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

InvalidEventSelectorsException() public method

Construct instance of InvalidEventSelectorsException
public InvalidEventSelectorsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidEventSelectorsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

InvalidEventSelectorsException::InvalidEventSelectorsException ( Exception innerException ) : System
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