WebLogic Messaging API Class Library

InvalidSelectorException Constructor (String, String, Exception)

Constructs an InvalidSelectorException with the specified reason and error code.

public InvalidSelectorException(
   string reason,
   string errorCode,
   Exception innerException
);

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

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