Class PermissionException
Inheritance
System.Object
PermissionException
Assembly: AltV.Net.Client.dll
Syntax
public class PermissionException : Exception
Constructors
|
Improve this Doc
View Source
PermissionException(Permission)
Declaration
public PermissionException(Permission permission)
Parameters
Properties
|
Improve this Doc
View Source
Message
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Permission
Declaration
public Permission Permission { get; }
Property Value