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