Amazon.CloudTrail.Model.InvalidEventSelectorsException.InvalidEventSelectorsException C# (CSharp) Method

InvalidEventSelectorsException() public method

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

Same methods

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