Amazon.Redshift.Model.UnauthorizedOperationException.UnauthorizedOperationException C# (CSharp) Метод

UnauthorizedOperationException() публичный Метод

Constructs a new UnauthorizedOperationException with the specified error message.
public UnauthorizedOperationException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public UnauthorizedOperationException(string message) 
            : base(message) {}
          

Same methods

UnauthorizedOperationException::UnauthorizedOperationException ( Exception innerException ) : System
UnauthorizedOperationException::UnauthorizedOperationException ( System info, System context ) : System
UnauthorizedOperationException::UnauthorizedOperationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnauthorizedOperationException::UnauthorizedOperationException ( string message, Exception innerException ) : System
UnauthorizedOperationException::UnauthorizedOperationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnauthorizedOperationException