ServiceFactoryException Constructor
ServiceFactoryException()
Initializes a new instance of the Service
Declaration
public ServiceFactoryException()
ServiceFactoryException(string)
Initializes a new instance of the Service
Declaration
public ServiceFactoryException(string message)
Parameters
string | message | The message that describes the error. |
ServiceFactoryException(Exception)
Initializes a new instance of the Service
Declaration
public ServiceFactoryException(Exception innerException)
Parameters
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
ServiceFactoryException(string, Exception)
Initializes a new instance of the Service
Declaration
public ServiceFactoryException(string message, Exception innerException)