ExceptionCodec.DeepCopy(Exception, Exception, CopyContext) Method
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.
Clones members from input
and copies them to output
.
public void DeepCopy (Exception input, Exception output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Exception * Exception * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : Exception * Exception * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As Exception, output As Exception, context As CopyContext)
Parameters
- input
- Exception
The input.
- output
- Exception
The output.
- context
- CopyContext
The context.