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