SystemError Class
Definition
Line
55
of
cmsxk/Error.cm
Inheritance
Constructors & Destructor
public
nothrow
SystemError
(
int
errorCode_,
const
String
<
char
>& message_)
Member Variables
public
int
errorCode
public
String
<
char
>
message
Constructor& Destructor Details
SystemError Constructor
public
nothrow
SystemError(
int
errorCode_,
const
String
<
char
>& message_)
Definition
Line
57
of
cmsxk/Error.cm