WebLogic Messaging API Class Library

MessageException�Constructor�(String, String, Exception)

Constructs a MessageException with the specified reason and error code.

public�MessageException(
���stringreason,
���stringerrorCode,
���ExceptioninnerException
);

Parameters

reason
a description of the exception
errorCode
a string specifying the vendor-specific error code
innerException
exception that caused this error or related to this error

See Also

MessageException Class | WebLogic.Messaging Namespace | MessageException Constructor Overload List