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