FME Server .NET API

FMEServerException 

Initializes a new instance of the FMEServerException class.

Overload List

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);

See Also

FMEServerException Class | FMEServerException Members | Safe.FMEServer.API Namespace