Click or drag to resize
MimeKit

TnefException(TnefComplianceStatus, String) Constructor

Initialize a new instance of the TnefException class.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefException(
	TnefComplianceStatus error,
	string message
)

Parameters

error  TnefComplianceStatus
The compliance status error.
message  String
The error message.
Remarks
Creates a new TnefException.
See Also