Class Sdk2Exception
Represents errors that occur during KitchenDraw SDK execution.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Serializable]
public class Sdk2Exception : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Sdk2Exception() | Initializes a new instance of the Sdk2Exception class. |
Sdk2Exception(SerializationInfo, StreamingContext) | Initializes a new instance of the System.Exception class with serialized data. |
Sdk2Exception(string) | Initializes a new instance of the Sdk2Exception class with a specified error message. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |