Dynamsoft Panorama - API Reference
Properties | List of all members
Dynamsoft.Panorama.PanoramaException Class Reference

The exception class of Dynamsoft.Panorama. More...

Inheritance diagram for Dynamsoft.Panorama.PanoramaException:

Properties

EnumErrorCode Code [get, set]
 Gets or sets the error code. More...
 
override string Message [get]
 Gets the message that describes the current exception. More...
 
override string StackTrace [get]
 Gets the string representation of the frames on the call stack at the time the current exception was thrown. More...
 

Detailed Description

The exception class of Dynamsoft.Panorama.

Property Documentation

◆ Code

EnumErrorCode Dynamsoft.Panorama.PanoramaException.Code
getset

Gets or sets the error code.

◆ Message

override string Dynamsoft.Panorama.PanoramaException.Message
get

Gets the message that describes the current exception.

◆ StackTrace

override string Dynamsoft.Panorama.PanoramaException.StackTrace
get

Gets the string representation of the frames on the call stack at the time the current exception was thrown.