Class Sdk2ParseException
Represents errors that occur while converting raw value from KitchenDraw SDK into some specific .NET type.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Serializable]
public class Sdk2ParseException : Sdk2Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Sdk2ParseException(SerializationInfo, StreamingContext) | Initializes a new instance of the System.Exception class with serialized data. |
Properties
Name | Description |
---|---|
DestinationType | Holds the destination type for conversion. |
Message | Gets a message that describes the current exception. |
Value | Holds the value which failed to convert. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |