Amazon.CloudTrail.Model.InvalidS3PrefixException.InvalidS3PrefixException C# (CSharp) Method

InvalidS3PrefixException() public method

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

Same methods

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