AWSProvisioningException Constructors
Class Constructors 1 member
Represents errors that occur during application execution.
Constructor(string, Exception?) Section titled Constructor(string, Exception?) public class AWSProvisioningException{ public AWSProvisioningException( string message, Exception? innerException = null) { // ... }}Parameters
message string innerException Exception? optional