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

InvalidS3PrefixException() public method

Construct instance of InvalidS3PrefixException
public InvalidS3PrefixException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidS3PrefixException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::InvalidS3PrefixException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidS3PrefixException