Amazon.CognitoIdentityProvider.Model.AliasExistsException.AliasExistsException C# (CSharp) Method

AliasExistsException() public method

Construct instance of AliasExistsException
public AliasExistsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public AliasExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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