Intersoft WebInput Documentation
ISNetMaskInfoException Constructor(String,Exception)
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > ISNetMaskInfoException Class > ISNetMaskInfoException Constructor : ISNetMaskInfoException Constructor(String,Exception)






message
inner

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As System.String, _
   ByVal inner As System.Exception _
)
Visual Basic (Usage)Copy Code
Dim message As System.String
Dim inner As System.Exception
 
Dim instance As New ISNetMaskInfoException(message, inner)
C# 
public ISNetMaskInfoException( 
   System.string message,
   System.Exception inner
)
Delphi 
public ISNetMaskInfoException( 
    message: System.String;
    inner: System.Exception
); 
JScript 
public function ISNetMaskInfoException( 
   message : System.String,
   inner : System.Exception
);
Managed Extensions for C++ 
public: ISNetMaskInfoException( 
   System.string* message,
   System.Exception* inner
)
C++/CLI 
public:
ISNetMaskInfoException( 
   System.String^ message,
   System.Exception^ inner
)

Parameters

message
inner

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.