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
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 [``NetworkConfigurationException``](/api/network-configuration-exception/)();
Constructs a NetworkConfigurationException
public [``NetworkConfigurationException``](/api/network-configuration-exception/)(``string`` message);
Constructs a NetworkConfigurationException with a message
``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
``string`` message
The exception message
``Exception`` inner
The inner exception
public ``Exception`` GetBaseException();
Inherited from: ``Exception``
public ``string`` ToString();
Inherited from: ``Exception``
public ``void`` GetObjectData(``SerializationInfo`` info, ``StreamingContext`` context);
Inherited from: ``Exception``
``SerializationInfo`` info
``StreamingContext`` context
public ``Type`` GetType();
Inherited from: ``Exception``
public ``bool`` Equals(``object`` obj);
Inherited from: ``object``
public ``int`` GetHashCode();
Inherited from: ``object``
public ``Type`` GetType();
Inherited from: ``object``