Class MirrorException
Represents an unexpected termination or exception received from a mirror stream.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class MirrorException : Exception, ISerializable
Constructors
| Improve this Doc View SourceMirrorException(String, MirrorExceptionCode, Exception)
Public Constructor.
Declaration
public MirrorException(string message, MirrorExceptionCode code, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message generated by the library describing the condition that raised the exception. |
MirrorExceptionCode | code | |
Exception | innerException |
Properties
| Improve this Doc View SourceCode
The status code identifying the error condition.
Declaration
public MirrorExceptionCode Code { get; }
Property Value
Type | Description |
---|---|
MirrorExceptionCode |