BusinessExceptionAction Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Exceptions.BusinessException.Action"]
Namespace: WorkZone.Dispatcher.Base.ExceptionsAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ExceptionAction Action { get; set; }
Public Property Action As ExceptionAction
Get
Set
public:
property ExceptionAction Action {
ExceptionAction get ();
void set (ExceptionAction value);
}
member Action : ExceptionAction with get, set
Property Value
ExceptionAction
See Also