Method | Description | |
---|---|---|
ValidationException ( ) : System | ||
ValidationException ( Exception innerException ) : System | ||
ValidationException ( string message ) : System | ||
ValidationException ( string message, Exception innerException ) : System |
Method | Description | |
---|---|---|
ValidationException ( SerializationInfo info, StreamingContext context ) : System |
public ValidationException ( Exception innerException ) : System | ||
innerException | Exception | |
return | System |
protected ValidationException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public ValidationException ( string message ) : System | ||
message | string | |
return | System |
public ValidationException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |