1 sharedlibrarycoreexceptions RConException
RaidMax edited this page 2023-05-20 22:09:21 -05:00

RConException Public class

Diagram

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

Members

Properties

Public properties

Type Name Methods
bool IsOperationCancelled get

Details

Inheritance

  • Exception

Constructors

RConException [1/2]

Source code

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

RConException [2/2]

Source code

public RConException(string message, bool isOperationCancelled)
Arguments
Type Name Description
string message
bool isOperationCancelled

Properties

IsOperationCancelled

public bool IsOperationCancelled { get; }

Generated with ModularDoc