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

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

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

Same methods

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