SetupVersionInformationCorruptException Constructor (String, Exception)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
keyPath As String, _
innerException As Exception _
)
'Usage
Dim keyPath As String
Dim innerException As Exception
Dim instance As New SetupVersionInformationCorruptException(keyPath, _
innerException)
public SetupVersionInformationCorruptException(
string keyPath,
Exception innerException
)