Class Sdk2SetInfoException
Represents an error that occurs while setting a property value for an SDK class.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Serializable]
public class Sdk2SetInfoException : Sdk2Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| Sdk2SetInfoException(SerializationInfo, StreamingContext) | Initializes a new instance of the System.Exception class with serialized data. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |
| MethodName | Holds name of the method which has thrown the exception. |
| PropertyName | Holds name of the property which has thrown the exception (if applicable). |
| Value | Holds the value setting which has thrown the exception. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |