Table of Contents

Class SdkException

Namespace
RDCore.SDK
Assembly
RDCore.SDK.dll

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

message string
verbose string
inner Exception

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; }

Property Value

string