Method | Description | |
---|---|---|
InvalidHeaderException ( ) : System |
Initialise a new instance of the InvalidHeaderException class.
|
|
InvalidHeaderException ( string message ) : System |
Initialises a new instance of the InvalidHeaderException class with a specified message.
|
|
InvalidHeaderException ( string message, |
Initialise a new instance of InvalidHeaderException
|
public InvalidHeaderException ( string message ) : System | ||
message | string | Message describing the exception cause. |
return | System |
public InvalidHeaderException ( string message, |
||
message | string | Message describing the problem. |
exception | The exception that is the cause of the current exception. | |
return | System |