CogJobException constructor
Namespace: Cognex.VisionPro.ExceptionsAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
public CogNotRunnableException(
string msg,
Exception innerException
)
public CogNotRunnableException(
string msg,
Exception innerException
)
Public Sub New (
msg As String,
innerException As Exception
)
Public Sub New (
msg As String,
innerException As Exception
)
public:
CogNotRunnableException(
String^ msg,
Exception^ innerException
)
public:
CogNotRunnableException(
String^ msg,
Exception^ innerException
)
Parameters
- msg
- Type: System String
- innerException
- Type: System Exception