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