ExchangeException.ExchangeException

ExchangeException()

Initializes a new instance of the ExchangeException class.

public ExchangeException()

See Also


ExchangeException(string)

Initializes a new instance of the ExchangeException class.

public ExchangeException(string message)
ParameterTypeDescription
messageStringThe error message.

See Also


ExchangeException(string, params object[])

Initializes a new instance of the ExchangeException class with a specified error message.

public ExchangeException(string format, params object[] parameters)
ParameterTypeDescription
formatStringMessage format
parametersObject[]Format parameters

See Also


ExchangeException(string, Exception)

Initializes a new instance of the ExchangeException class.

public ExchangeException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message.
innerExceptionExceptionThe inner exception.

See Also