Share via


PermissionException(String) Constructor

Definition

Initializes a new instance of the PermissionException class with the specified message.

public:
 PermissionException(System::String ^ message);
public PermissionException (string message);
new Microsoft.Maui.ApplicationModel.PermissionException : string -> Microsoft.Maui.ApplicationModel.PermissionException
Public Sub New (message As String)

Parameters

message
String

A message that describes this exception in more detail.

Applies to