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

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

Construct instance of TrailNotProvidedException
public TrailNotProvidedException ( 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
Результат System
        public TrailNotProvidedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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