[This is preliminary documentation and is subject to change.]
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected MVCActionException(
string controller,
string action,
string msg,
Exception inner
)
protected MVCActionException(
string controller,
string action,
string msg,
Exception inner
)
Protected Sub New (
controller As String,
action As String,
msg As String,
inner As Exception
)
Protected Sub New (
controller As String,
action As String,
msg As String,
inner As Exception
)
protected:
MVCActionException(
String^ controller,
String^ action,
String^ msg,
Exception^ inner
)
protected:
MVCActionException(
String^ controller,
String^ action,
String^ msg,
Exception^ inner
)
new :
controller : string *
action : string *
msg : string *
inner : Exception -> MVCActionException
new :
controller : string *
action : string *
msg : string *
inner : Exception -> MVCActionException