XMediator::Api::NetworkInitResult::Failure
A class that contains information about a failed network initialization.
Inherits from XMediator.Api.NetworkInitResult
Public Functions
Name | |
---|---|
override bool | Equals(object obj) |
override int | GetHashCode() |
override string | ToString() |
Protected Functions
Name | |
---|---|
bool | Equals(Failure other) |
Public Properties
Name | |
---|---|
string | Name The name of the network that failed to be initialized. |
string | Description A description of the failure. |
InstanceError | Error An instance of InstanceError containing information about the error. |
Additional inherited members
Public Classes inherited from XMediator.Api.NetworkInitResult
Name | |
---|---|
class | Failure A class that contains information about a failed network initialization. |
class | Success A class that contains information about a successful network initialization. |
Public Functions inherited from XMediator.Api.NetworkInitResult
Name | |
---|---|
bool | TryGetSuccess(out Success success) |
bool | TryGetFailure(out Failure failure) |
Public Functions Documentation
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Name
The name of the network that failed to be initialized.
property Description
A description of the failure.
property Error
An instance of InstanceError containing information about the error.
Updated on 2024-11-07 at 18:31:49 +0000