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

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

Construct instance of DisabledOperationException
public DisabledOperationException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public DisabledOperationException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DisabledOperationException::DisabledOperationException ( System info, System context ) : System
DisabledOperationException::DisabledOperationException ( string message ) : 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