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

TrailAlreadyExistsException() public method

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

Same methods

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