OrleansGeneratedCodeHelper.ExceptionCopier<T,B> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default copier implementation for (rarely copied) exception classes
public abstract class OrleansGeneratedCodeHelper.ExceptionCopier<T,B> : Orleans.Serialization.Cloning.IBaseCopier<T>, Orleans.Serialization.Cloning.IDeepCopier<T> where T : B where B : Exception
type OrleansGeneratedCodeHelper.ExceptionCopier<#'B, 'B (requires 'B :> Exception)> = class
interface IDeepCopier<#'B>
interface IDeepCopier
interface IBaseCopier<#'B>
interface IBaseCopier
Public MustInherit Class OrleansGeneratedCodeHelper.ExceptionCopier(Of T, B)
Implements IBaseCopier(Of T), IDeepCopier(Of T)
Type Parameters
- T
- B
- Inheritance
-
OrleansGeneratedCodeHelper.ExceptionCopier<T,B>
- Derived
- Implements
Constructors
OrleansGeneratedCodeHelper.ExceptionCopier<T,B>(ICodecProvider) |
Methods
DeepCopy(T, CopyContext) | |
DeepCopy(T, T, CopyContext) |