Method | Description | |
---|---|---|
PageValidationException ( string message, |
Initializes a new instance of the PageValidationException class.
|
|
PageValidationException ( string message, |
Initializes a new instance of the PageValidationException class.
|
Method | Description | |
---|---|---|
PageValidationException ( |
Initializes a new instance of the PageValidationException class.
|
protected PageValidationException ( |
||
info | The info. | |
context | The context. | |
return | System |
public PageValidationException ( string message, |
||
message | string | The message that describes the error. |
page | The page. | |
return | System |
public PageValidationException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
page | The page. | |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
return | System |