Initializes a new instance of the FMEServerException class.
Initializes a new instance of the FMEServerException class.
public FMEServerException();
Initializes a new instance of the FMEServerException class.
public FMEServerException(string);
Initializes a new instance of the FMEServerException class.
public FMEServerException(string,Exception);
Initializes a new instance of the FMEServerException class.
public FMEServerException(Exception);
Initializes a new instance of the FMEServerException class.
public FMEServerException(FMEServerExceptionType);
Initializes a new instance of the FMEServerException class.
public FMEServerException(FMEServerExceptionType,string);
Initializes a new instance of the FMEServerException class.
public FMEServerException(FMEServerExceptionType,string,Exception);
Initializes a new instance of the FMEServerException class.
public FMEServerException(FMEServerExceptionType,Exception);
FMEServerException Class | FMEServerException Members | Safe.FMEServer.API Namespace