Skip to content

Latest commit

 

History

History
128 lines (126 loc) · 4.52 KB

File metadata and controls

128 lines (126 loc) · 4.52 KB
title NetworkConfigurationException
name NetworkConfigurationException
permalink /api/network-configuration-exception/

NetworkConfigurationException ``class``

Namespace: MLAPI.Exceptions

Assembly: MLAPI.dll

Exception thrown when the operation can only be done on the server

Inherited Properties

public ``string`` Message { get; }

Inherited from: ``Exception``

public ``IDictionary`` Data { get; }

Inherited from: ``Exception``

public ``Exception`` InnerException { get; }

Inherited from: ``Exception``

public ``MethodBase`` TargetSite { get; }

Inherited from: ``Exception``

public ``string`` StackTrace { get; }

Inherited from: ``Exception``

public ``string`` HelpLink { get; set; }

Inherited from: ``Exception``

public ``string`` Source { get; set; }

Inherited from: ``Exception``

public ``int`` HResult { get; set; }

Inherited from: ``Exception``

Public Constructors

public [``NetworkConfigurationException``](/api/network-configuration-exception/)();

Constructs a NetworkConfigurationException

public [``NetworkConfigurationException``](/api/network-configuration-exception/)(``string`` message);

Constructs a NetworkConfigurationException with a message

Parameters

``string`` message

The exception message

public [``NetworkConfigurationException``](/api/network-configuration-exception/)(``string`` message, ``Exception`` inner);

Constructs a NetworkConfigurationException with a message and a inner exception

Parameters

``string`` message

The exception message

``Exception`` inner

The inner exception


Inherited Methods

public ``Exception`` GetBaseException();

Inherited from: ``Exception``

public ``string`` ToString();

Inherited from: ``Exception``

public ``void`` GetObjectData(``SerializationInfo`` info, ``StreamingContext`` context);

Inherited from: ``Exception``
Parameters

``SerializationInfo`` info

``StreamingContext`` context


public ``Type`` GetType();

Inherited from: ``Exception``

public ``bool`` Equals(``object`` obj);

Inherited from: ``object``
Parameters

``object`` obj


public ``int`` GetHashCode();

Inherited from: ``object``

public ``Type`` GetType();

Inherited from: ``object``