WebLogic Messaging API Class Library

MessageException\xA0Constructor

Constructs a MessageException with the specified reason and error code.

Overload List

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public\xA0MessageException(string);

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public\xA0MessageException(string,Exception);

Constructs a MessageException with the specified reason and error code.

public\xA0MessageException(string,string,Exception);

See Also

MessageException Class | WebLogic.Messaging Namespace