UniffiException
Namespace: IotaSdk
public class UniffiException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → UniffiException
Implements ISerializable
Properties
TargetSite
public MethodBase? TargetSite { get; }
Property Value
Message
public virtual string Message { get; }
Property Value
Data
public virtual IDictionary Data { get; }
Property Value
InnerException
public Exception? InnerException { get; }
Property Value
HelpLink
public virtual string? HelpLink { get; set; }
Property Value
Source
public virtual string? Source { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
StackTrace
public virtual string? StackTrace { get; }
Property Value
Constructors
UniffiException()
public UniffiException()
UniffiException(String)
public UniffiException(string message)
Parameters
message String