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