XBinder C# Runtime Library  2.8
Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBUnexpectedElementException Class Reference

Exception thrown when an unexpected element is encountered. More...

Inheritance diagram for com.objsys.xbinder.runtime.XBUnexpectedElementException:
com.objsys.xbinder.runtime.XBValidationException com.objsys.xbinder.runtime.XBException

Public Member Functions

 XBUnexpectedElementException (System.String ns, System.String name)
 Create exception More...
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBValidationException
 XBValidationException (System.String message)
 
 XBValidationException (System.String message, System.Exception cause)
 
 XBValidationException (System.Exception cause)
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBException
 XBException (System.String message)
 This constructor passes the given message text to the superclass. More...
 
 XBException (System.String message, System.Exception cause)
 
 XBException (System.Exception cause)
 

Detailed Description

Exception thrown when an unexpected element is encountered.

Constructor & Destructor Documentation

◆ XBUnexpectedElementException()

com.objsys.xbinder.runtime.XBUnexpectedElementException.XBUnexpectedElementException ( System.String  ns,
System.String  name 
)

Create exception

Parameters
nsNamespace; pass empty string or null for no namespace
nameLocal name of element