AWSProvisioningException(String, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception for errors provisioning AWS application resources
public AWSProvisioningException (string message, Exception? innerException = default);
new Aspire.Hosting.AWS.AWSProvisioningException : string * Exception -> Aspire.Hosting.AWS.AWSProvisioningException
Public Sub New (message As String, Optional innerException As Exception = Nothing)
Parameters
- message
- String
- innerException
- Exception