TaskExceptionBehaviorAttributeExceptionTypes Property |
The types of exceptions that result in the
Behavior.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Type[] ExceptionTypes { get; }
Public ReadOnly Property ExceptionTypes As Type()
Get
public:
property array<Type^>^ ExceptionTypes {
array<Type^>^ get ();
}
Property Value
Type:
Type
See Also