| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String, _ ByVal e As Exception _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim message As String Dim e As Exception Dim instance As New ProtocolException(message, e) | |
| Managed Extensions for C++ | |
|---|---|
public: ProtocolException( string* message, Exception* e ) | |
| C++/CLI | |
|---|---|
public: ProtocolException( String^ message, Exception^ e ) | |
Parameters
- message
- e
Target Platforms: Microsoft .NET Framework 2.0