Show / Hide Table of Contents

Class MirrorException

Represents an unexpected termination or exception received from a mirror stream.

Inheritance
Object
Exception
MirrorException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class MirrorException : Exception, ISerializable

Constructors

| Improve this Doc View Source

MirrorException(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 Source

Code

The status code identifying the error condition.

Declaration
public MirrorExceptionCode Code { get; }
Property Value
Type Description
MirrorExceptionCode

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph