Class TypeSafeException
Base class for SDK errors. Mirrors JS TypeSafeError.
public class TypeSafeException : Exception, ISerializable
- Inheritance
-
TypeSafeException
- Implements
- Derived
- Inherited Members
Constructors
TypeSafeException(string, Exception?)
Create an SDK error.
public TypeSafeException(string message, Exception? innerException = null)