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