Amazon.DirectoryService.Model.EntityDoesNotExistException.EntityDoesNotExistException C# (CSharp) Метод

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

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

Same methods

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