Amazon.OpsWorksCM.Model.InvalidStateException.InvalidStateException C# (CSharp) Метод

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

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

Same methods

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