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