IgnitionEntityNotFoundException(String, Exception) Constructor
Namespace: Ignition.FrameworkAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IgnitionEntityNotFoundException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
IgnitionEntityNotFoundException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> IgnitionEntityNotFoundException
Parameters
- message String
-
- innerException Exception
-