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