Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _
ByVal message As String, _
ByVal innerException As Exception _
)
C#
public MachineInfoException(
string message,
Exception innerException
)
C++
public:
MachineInfoException(
String message,
Exception innerException
) sealed
J#
public MachineInfoException(
string message,
Exception innerException
)
JScript
public function MachineInfoException(
message : String,
innerException : Exception
)

Parameters

message
innerException

See Also