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