PropertyValueExceptionSource Enum

Definition

Indicates the source of the exception thrown by a PropertyValue operation.

public enum class PropertyValueExceptionSource
public enum PropertyValueExceptionSource
type PropertyValueExceptionSource = 
Public Enum PropertyValueExceptionSource
Inheritance
PropertyValueExceptionSource

Fields

Get 0

Indicates that the exception occurred during a get operation.

Set 1

Indicates that the exception occurred during a set operation.

Applies to