Method | Description | |
---|---|---|
InvalidAddressException ( |
Construct instance of InvalidAddressException
|
|
InvalidAddressException ( string message ) : System |
Constructs a new InvalidAddressException with the specified error message.
|
|
InvalidAddressException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of InvalidAddressException
|
|
InvalidAddressException ( string message, |
Construct instance of InvalidAddressException
|
|
InvalidAddressException ( string message, |
Construct instance of InvalidAddressException
|
Method | Description | |
---|---|---|
InvalidAddressException ( System info, System context ) : System |
Constructs a new instance of the InvalidAddressException class with serialized data.
|
public InvalidAddressException ( |
||
innerException | ||
return | System |
protected InvalidAddressException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public InvalidAddressException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
return | System |
public InvalidAddressException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |
public InvalidAddressException ( string message, |
||
message | string | |
innerException | ||
return | System |
public InvalidAddressException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |