Skip to main content

Bytes

Namespace: IotaSdk

Invalid bytes for Intent

internal class Bytes : IntentException, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionUniffiExceptionIntentExceptionBytes
Implements ISerializable

Properties

TargetSite

public MethodBase? TargetSite { get; }

Property Value

MethodBase

Message

public virtual string Message { get; }

Property Value

String

Data

public virtual IDictionary Data { get; }

Property Value

IDictionary

InnerException

public Exception? InnerException { get; }

Property Value

Exception

public virtual string? HelpLink { get; set; }

Property Value

String

Source

public virtual string? Source { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

StackTrace

public virtual string? StackTrace { get; }

Property Value

String

Constructors

Bytes(String)

public Bytes(string message)

Parameters

message String