Skip to content

sharedlibrarycoreexceptions AuthorizationException

RaidMax edited this page May 21, 2023 · 1 revision

AuthorizationException Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Exceptions
  SharedLibraryCore.Exceptions.AuthorizationException[[AuthorizationException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> SharedLibraryCore.Exceptions.AuthorizationException
Loading

Details

Inheritance

  • Exception

Constructors

AuthorizationException

Source code

public AuthorizationException(string message)
Arguments
Type Name Description
string message

Generated with ModularDoc

Clone this wiki locally