Overload | Description |
---|---|
GridValidationException Constructor() | Initializes a new instance of the GridValidationException class. |
GridValidationException Constructor(String) | Initializes a new instance of the GridValidationException class with a specified error message. |
GridValidationException Constructor(Exception) | Initializes a new instance of the GridValidationException class with a reference to the inner exception that is the cause of this exception. |
GridValidationException Constructor(String,Exception) | Initializes a new instance of the GridValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
GridValidationException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the GridValidationException class specify serialization information and a streaming context. |