TnefException constructor (String, Exception)
The TnefException constructor creates a new outer TnefException object from an inner exception.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.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 TnefException(message, _
innerException)
public TnefException(
string message,
Exception innerException
)
Parameters
message
Type: System.StringThe message for this TnefException object.
innerException
Type: System.ExceptionThe inner exception that caused this TnefException to be thrown.