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

UserImportInProgressException() public method

Constructs a new UserImportInProgressException with the specified error message.
public UserImportInProgressException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public UserImportInProgressException(string message) 
            : base(message) {}
          

Same methods

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