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, _ ByVal target As Object _ ) [C#] public BindingException( string strMessage, Exception innerException, object target ); [C++] public: BindingException( String* strMessage, Exception* innerException, Object* target ); [JScript] public function BindingException( String strMessage, Exception innerException, Object target );
BindingException Class | XRules Namespace | BindingException Constructor Overload List