Amazon.CloudTrail.Model.TrailNotFoundException.TrailNotFoundException C# (CSharp) Метод

TrailNotFoundException() публичный Метод

Construct instance of TrailNotFoundException
public TrailNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public TrailNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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