TnefException Constructor (String)
The TnefException constructor creates a new TnefException object with a message specified by the message parameter.
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 _
)
public TnefException (
string message
)
public:
TnefException (
String^ message
)
public TnefException (
String message
)
public function TnefException (
message : String
)
Parameters
- message
The message for this TnefException object.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003