ConditionalRuleException Constructor
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 | |
---|---|---|
ConditionalRuleException() | Initializes a new instance of the ConditionalRuleException class. | |
ConditionalRuleException(String) | Initializes a new instance of the ConditionalRuleException class by using the provided message. | |
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. | |
ConditionalRuleException(String, Exception) | Initializes a new instance of the ConditionalRuleException class by using the specified message an inner exception. |
Top