NtlmLogonException Constructor (String, Exception)

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

Inherited constructor.

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,
	Exception innerException
)
Visual Basic
Public Sub New ( 
	message As String,
	innerException As Exception
)
Visual C++
public:
NtlmLogonException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
A string detailing the exception thrown.
innerException
Type: System..::..Exception
A reference to the FaultException thrown by the MultiArchive webservice.

See Also