Class LocalClientException
Inheritance
LocalClientException
Assembly: Glitch9.IO.dll
Syntax
public class LocalClientException : InvalidOperationException, ISerializable
Constructors
|
Edit this page
View Source
LocalClientException(LocalClientErrorType, string, Exception)
Declaration
public LocalClientException(LocalClientErrorType type, string message = null, Exception inner = null)
Parameters
|
Edit this page
View Source
LocalClientException(Enum, LocalClientErrorType, string, Exception)
Declaration
public LocalClientException(Enum serviceEnum, LocalClientErrorType type, string message = null, Exception inner = null)
Parameters
|
Edit this page
View Source
LocalClientException(string, LocalClientErrorType, string, Exception)
Declaration
public LocalClientException(string serviceName, LocalClientErrorType type, string message = null, Exception inner = null)
Parameters
Properties
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public LocalClientErrorType Type { get; }
Property Value
Implements
Extension Methods