| LyncPlatformLibraryEventFailureException Property |
Gets when applicable the exception raised from the library.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic LyncPlatformLibraryException FailureException { get; }Public ReadOnly Property FailureException As LyncPlatformLibraryException
Get
public:
property LyncPlatformLibraryException^ FailureException {
LyncPlatformLibraryException^ get ();
}member FailureException : LyncPlatformLibraryException with get
Property Value
Type:
LyncPlatformLibraryException
See Also