ExceptionCopier<T, B>
class
Namespace: Orleans.Serialization.GeneratedCodeHelpers
Default copier implementation for exception types.
public abstract class ExceptionCopier<T, B> : IBaseCopier, IBaseCopier<T>, IDeepCopier, IDeepCopier<T> where T : B where B : System.ExceptionConstructors
ExceptionCopier<T, B>(ICodecProvider)Initializes a new instance of theOrleansGeneratedCodeHelperclass.
Methods
DeepCopy(T?, CopyContext)Creates a deep copy of the provided input.DeepCopy(T, T, CopyContext)Clones members frominputand copies them tooutput.
