MultiArchive SDK .NET Documentation |
NtlmLogonException Constructor (String, String, Exception) |
NtlmLogonException Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Constructor handling a LogonException from the MultiArchive webservice.
This exception is thrown when an attempt to logon to MultiArchive fails or when a credentials object is not longer valid.
This exception is thrown when an attempt to logon to MultiArchive fails or when a credentials object is not longer valid.
Namespace: MultiArchive.SDK.Services.Exceptions
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public NtlmLogonException( string message, string reason, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( message As String, reason As String, innerException As Exception ) |
Visual C++ |
---|
public: NtlmLogonException( String^ message, String^ reason, Exception^ innerException ) |
Parameters
- message
- Type: System..::..String
A string detailing the exception thrown.
- reason
- Type: System..::..String
The exception type thrown by the MultiArchive webservice.
- innerException
- Type: System..::..Exception
A reference to the FaultException thrown by the MultiArchive webservice.