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

InvalidEventSelectorsException() public method

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

Same methods

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