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

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

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

Same methods

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