BLTException Class
- Last UpdatedApr 08, 2026
- 1 minute read
An exception that wraps the error returned from the Business Logic Tier (BLT).
public class BLTException : OASySDNA.Common.DNAException
public ref class BLTException : public OASySDNA.Common.DNAException
This exception is used when a user error condition is encountered within a Business Logic Tier (BLT) component. If a user error is encountered in your implementation of BLTProcessor::Process, a BLTException is thrown. The text of the exception is sent directly to the client. If this exception is not used, then a stack trace is dumped to the oasErrLog file and a generic "Internal Error" message is sent to the client.
System.Object
System.Exception
System.ApplicationException
OASySDNA.Common.DNAException
OASySDNA.Common.BLTException