Amazon.CloudFront.Model.TooManyTrustedSignersException.TooManyTrustedSignersException C# (CSharp) Method

TooManyTrustedSignersException() public method

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

Same methods

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