PowerTCP Mail for .NET
ProtocolException Constructor(String)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > ProtocolException Class > ProtocolException Constructor : ProtocolException Constructor(String)




message
Initializes a new instance of the ProtocolException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As New ProtocolException(message)
C# 
public ProtocolException( 
   string message
)
Managed Extensions for C++ 
public: ProtocolException( 
   string* message
)
C++/CLI 
public:
ProtocolException( 
   String^ message
)

Parameters

message

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.