Amazon.SimpleSystemsManagement.Model.InvalidResourceTypeException.InvalidResourceTypeException C# (CSharp) Метод

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

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

Same methods

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