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

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

Construct instance of EntityDoesNotExistException
public EntityDoesNotExistException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public EntityDoesNotExistException(Exception innerException) 
            : base(innerException) {}
            

Same methods

EntityDoesNotExistException::EntityDoesNotExistException ( System info, System context ) : System
EntityDoesNotExistException::EntityDoesNotExistException ( string message ) : 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