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

InvalidSmsRoleTrustRelationshipException() public method

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

Same methods

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