ExceptionCopier<T, B>
class
Namespace: Orleans.Serialization.GeneratedCodeHelpers
Default copier implementation for (rarely copied) exception classes
public abstract class ExceptionCopier<T, B> : IBaseCopier, IBaseCopier<T>, IDeepCopier, IDeepCopier<T> where T : B where B : System.ExceptionMethods
DeepCopy(T, CopyContext)Creates a deep copy of the provided input.DeepCopy(T, T, CopyContext)Clones members frominputand copies them tooutput.
