Метод | Описание | |
---|---|---|
UnauthorizedOperationException ( |
Construct instance of UnauthorizedOperationException
|
|
UnauthorizedOperationException ( string message ) : System |
Constructs a new UnauthorizedOperationException with the specified error message.
|
|
UnauthorizedOperationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of UnauthorizedOperationException
|
|
UnauthorizedOperationException ( string message, |
Construct instance of UnauthorizedOperationException
|
|
UnauthorizedOperationException ( string message, |
Construct instance of UnauthorizedOperationException
|
Метод | Описание | |
---|---|---|
UnauthorizedOperationException ( System info, System context ) : System |
Constructs a new instance of the UnauthorizedOperationException class with serialized data.
|
public UnauthorizedOperationException ( |
||
innerException | ||
Результат | System |
protected UnauthorizedOperationException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
Результат | System |
public UnauthorizedOperationException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
Результат | System |
public UnauthorizedOperationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Результат | System |
public UnauthorizedOperationException ( string message, |
||
message | string | |
innerException | ||
Результат | System |
public UnauthorizedOperationException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Результат | System |