Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ARCed
ARCedException
C# Class ARCed.ARCedException
Generic exception used for ARCed related errors.
Inheritance:
System.Exception
Exibir arquivo
Open project: borisblizzard/arcreator
Public Methods
Method
Description
ARCedException
(
string
message
) :
System
Default constructor
Method Details
ARCedException()
public
method
Default constructor
public
ARCedException
(
string
message
) :
System
message
string
Exception message
return
System