PinFailureException Class
Defines the exception to capture error conditions associated with pin operations.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Rtc.Signaling.RealTimeException
Microsoft.Rtc.Collaboration.PinManagement.PinFailureException
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PinFailureException _
Inherits RealTimeException
'Usage
Dim instance As PinFailureException
[SerializableAttribute]
public class PinFailureException : RealTimeException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.