Amazon.CloudSearch.Model.DisabledOperationException.DisabledOperationException C# (CSharp) Метод

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

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

Same methods

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