LogonException Class

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Class for handling Logon exceptions when connecting to the MultiArchive webservice.

Namespace: MultiArchive.SDK.Services.Exceptions
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
[SerializableAttribute]
public class LogonException : MultiArchiveSDKException
Visual Basic
<SerializableAttribute>
Public Class LogonException
	Inherits MultiArchiveSDKException
Visual C++
[SerializableAttribute]
public ref class LogonException : public MultiArchiveSDKException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    MultiArchive.SDK.Services.Exceptions..::..MultiArchiveSDKException
      MultiArchive.SDK.Services.Exceptions..::..LogonException

See Also