ExceptionCodec.SerializeException<TBufferWriter> 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.
System.Object.SerializeException``1(Orleans.Serialization.Buffers.Writer{``0}@,System.Exception)
public void SerializeException<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, Exception value) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
member this.SerializeException : Writer * Exception -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Sub SerializeException(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter), value As Exception)
Type Parameters
- TBufferWriter
Parameters
- writer
- Writer<TBufferWriter>
- value
- Exception