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

UserImportInProgressException() public method

Construct instance of UserImportInProgressException
public UserImportInProgressException ( Exception innerException ) : System
innerException System.Exception
return System
        public UserImportInProgressException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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