Include Protected Members
Include Inherited Members
Initializes a new instance of the ConditionalRuleException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | ConditionalRuleException() | Initializes a new instance of the ConditionalRuleException class. | 
| .gif) | ConditionalRuleException(String) | Initializes a new instance of the ConditionalRuleException class by using the provided message. | 
| .gif) | ConditionalRuleException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConditionalRuleException class. Used in remoting scenarios when an exception is propagated from the server to the client. | 
| .gif) | ConditionalRuleException(String, Exception) | Initializes a new instance of the ConditionalRuleException class by using the specified message an inner exception. | 
Top