Constructs a new exception with the message specified by 'strMessage', having the inner exception 'innerException'.
[Visual Basic] Public Sub New( _ ByVal strMessage As String, _ ByVal innerException As Exception _ ) [C#] public BindingException( string strMessage, Exception innerException ); [C++] public: BindingException( String* strMessage, Exception* innerException ); [JScript] public function BindingException( String strMessage, Exception innerException );
BindingException Class | XRules Namespace | BindingException Constructor Overload List