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