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