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