Class SerializableException
Represents a serializable version of an exception, allowing exceptions to be serialized into JSON format.
Namespace: Tableau.Migration.JsonConverters.SerializableObjects
Assembly: Tableau.Migration.dll
Syntax
public class SerializableException
Properties
ClassName
Gets or sets the class name of the exception.
Declaration
public string? ClassName { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Gets or sets the exception object. This property is not serialized and is used only for internal purposes.
Declaration
public Exception? Error { get; set; }
Property Value
Type | Description |
---|---|
Exception |