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

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

Construct instance of DisabledOperationException
public DisabledOperationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public DisabledOperationException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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