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

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

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

Same methods

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