| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal errorNumber As Integer, _ ByVal message As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public InternalException( int errorNumber, string message ) | |
| Managed Extensions for C++ | |
|---|---|
public: InternalException( int errorNumber, string* message ) | |
| C++/CLI | |
|---|---|
public: InternalException( int errorNumber, String^ message ) | |
Parameters
- errorNumber
- An integer which represents the error number.
- message
- A string which represents the message.
