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

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

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

Same methods

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