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

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

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

Same methods

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