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

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

Construct instance of TrailNotFoundException
public TrailNotFoundException ( 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 TrailNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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