GridException Constructor (String, Exception) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public GridException(
string Message,
Exception Inner
)
Public Sub New (
Message As String,
Inner As Exception
)
public:
GridException(
String^ Message,
Exception^ Inner
)
new :
Message : string *
Inner : Exception -> GridException
Parameters
- Message
- Type: SystemString
- Inner
- Type: SystemException
See Also