Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal message As System.String, _ ByVal inner As System.Exception _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim message As System.String Dim inner As System.Exception Dim instance As New ISNetMaskInfoException(message, inner) |
JScript | |
---|---|
public function ISNetMaskInfoException( message : System.String, inner : System.Exception ); |
Managed Extensions for C++ | |
---|---|
public: ISNetMaskInfoException( System.string* message, System.Exception* inner ) |
Parameters
- message
- inner
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2