Skip to content

sharedlibrarycoreexceptions RConException

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally