|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CUriException: public IException { public: enum { missingColon, invalidSchemeSyntax, invalidOpaquePartSyntax, invalidEscapedSyntax, invalidTrailingCharacters, invalidDotDotSegment }; public: CUriException(int nCode, const WCHAR *pszArg); ~CUriException(); public: CString ToString(); };
The exception thrown when an error occurs during URI processing.
Every exception of this class is assigned an integer exception code and an informational string. Allowed values for exception codes are specified by the anonymous enumeration contained in this class declaration.
Constructor/Destructor Summary | |
CUriException
(int nCode, const WCHAR *pszArg);
����������Constructs the exception. |
|
~CUriException
();
����������Destroys the exception. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this exception. |
Constructor/Destructor Detail |
CUriException(int nCode, const WCHAR *pszArg);
Constructs the exception.
nCode
- the exception codepszArg
- the informational string~CUriException();
Destroys the exception.
Function Detail |
CString ToString();
Returns the string representation of this exception.
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |