SystemError Class

Definition

Line 20 of System.Base/SystemError.cm

Inheritance

Constructors & Destructor

public nothrow SystemError(int errorCode_, const String<char>& message_)

Member Variables

public int errorCode

Constructor& Destructor Details

SystemError Constructor

public nothrow SystemError(int errorCode_, const String<char>& message_)

Definition
Line 22 of System.Base/SystemError.cm