sharedlibrarycoreexceptions RConException - RaidMax/IW4M-Admin GitHub Wiki
RConException Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Exceptions
SharedLibraryCore.Exceptions.RConException[RConException](/RaidMax/IW4M-Admin/wiki/RConException)
end
subgraph System
System.Exception[Exception](/RaidMax/IW4M-Admin/wiki/Exception)
end
System.Exception --> SharedLibraryCore.Exceptions.RConException
Members
Properties
Public properties
Details
Inheritance
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