AWS SDK for .NET Documentation
AmazonCloudFrontException Constructor (message, innerException)
AmazonAmazon.CloudFront_2012_03_15AmazonCloudFrontExceptionAmazonCloudFrontException(String, Exception) Did this page help you?   Yes   No    Tell us about it...
Initializes a new AmazonCloudFrontException with a specific error message and the inner exception that is the cause of this exception.
Declaration Syntax
C#
public AmazonCloudFrontException(
	string message,
	Exception innerException
)
Parameters
message (String)
Overview of error
innerException (Exception)
The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)