ConceptHMI Web Help
ConceptException Constructor(String,Exception)
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Initializes a new instance of the System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Syntax
public ConceptException( 
   string message,
   Exception innerException
)

Parameters

message
The error message that explains the reason for the exception.
innerException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConceptException Class
ConceptException Members
Overload List

 

 


© 2016 Objectis

Send Feedback