Class ProgramException
Thrown when there's an internal error in SDS/2's native implementation.
Implements
Inherited Members
Namespace: DesignData.SDS2.Exceptions
Assembly: DesignData.SDS2.Exceptions.dll
Syntax
public class ProgramException : ApplicationException, ISerializable
Constructors
ProgramException(string, string)
Thrown when there's an internal error in SDS/2's native implementation.
Declaration
public ProgramException(string message, string backtrace)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
string | backtrace |
Properties
Backtrace
The native backtrace that led to this. This can be helpful when reporting this, so that SDS/2 programmers can see how we ran into this error.
Declaration
public string Backtrace { get; }
Property Value
Type | Description |
---|---|
string |