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

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

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

Same methods

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