Class SdkException
The base abstract class for all RDCore.SDK exception types.
public abstract class SdkException : Exception, ISerializable
- Inheritance
-
SdkException
- Implements
- Derived
- Inherited Members
Constructors
SdkException(string, string?, Exception?)
The base abstract class for all RDCore.SDK exception types.
protected SdkException(string message, string? verbose = null, Exception? inner = null)
Parameters
Properties
Verbose
Extended error details (may include information such as paths, file, or identifier names, line and column numbers, stack traces, semantic flags, and other useful debugging metadata).
public string? Verbose { get; init; }