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

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

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

Same methods

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