메소드 | 설명 | |
---|---|---|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
WddxValidationException ( ) : System | ||
WddxValidationException ( string message ) : System | ||
WddxValidationException ( string message, |
||
WddxValidationException ( string message, string validationError ) : System |
Initializes a new instance of the WddxValidationException class, specifying the validation error message.
|
public WddxValidationException ( string message ) : System | ||
message | string | |
리턴 | System |
public WddxValidationException ( string message, |
||
message | string | |
inner | ||
리턴 | System |
public WddxValidationException ( string message, string validationError ) : System | ||
message | string | A message that describes the current exception. |
validationError | string | A message that describes the specific validation failure. |
리턴 | System |