Share via


AutomationServerException.Reason property

Gets the reason why this exception was thrown.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Property Reason As AutomationServerException.FailureReason
    Get
    Protected Set
'Usage
Dim instance As AutomationServerException
Dim value As AutomationServerException.FailureReason

value = instance.Reason

instance.Reason = value
public AutomationServerException.FailureReason Reason { get; protected set; }

Property value

Type: Microsoft.Lync.Model.AutomationServerException.FailureReason

See also

Reference

AutomationServerException class

AutomationServerException members

Microsoft.Lync.Model namespace