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

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

Constructs a new TrailNotFoundException with the specified error message.
public TrailNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TrailNotFoundException(string message) 
            : base(message) {}
          

Same methods

TrailNotFoundException::TrailNotFoundException ( Exception innerException ) : System
TrailNotFoundException::TrailNotFoundException ( System info, System context ) : 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