|
static void | ThrowXmlException (XmlDictionaryReader reader, string res, string arg1) |
|
static void | ThrowXmlException (XmlDictionaryReader reader, XmlException exception) |
|
static void | ThrowStartElementExpected (XmlDictionaryReader reader) |
|
static void | ThrowStartElementExpected (XmlDictionaryReader reader, string name) |
|
static void | ThrowStartElementExpected (XmlDictionaryReader reader, string localName, string ns) |
|
static void | ThrowStartElementExpected (XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns) |
|
static void | ThrowFullStartElementExpected (XmlDictionaryReader reader) |
|
static void | ThrowFullStartElementExpected (XmlDictionaryReader reader, string name) |
|
static void | ThrowFullStartElementExpected (XmlDictionaryReader reader, string localName, string ns) |
|
static void | ThrowFullStartElementExpected (XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns) |
|
static void | ThrowEndElementExpected (XmlDictionaryReader reader, string localName, string ns) |
|
static void | ThrowMaxArrayLengthExceeded (XmlDictionaryReader reader, int maxArrayLength) |
|
static void | ThrowMaxBytesPerReadExceeded (XmlDictionaryReader reader, int maxBytesPerRead) |
|
static void | ThrowMaxDepthExceeded (XmlDictionaryReader reader, int maxDepth) |
|
static void | ThrowMaxStringContentLengthExceeded (XmlDictionaryReader reader, int maxStringContentLength) |
|
static void | ThrowBase64DataExpected (XmlDictionaryReader reader) |
|
static void | ThrowUndefinedPrefix (XmlDictionaryReader reader, string prefix) |
|
static void | ThrowProcessingInstructionNotSupported (XmlDictionaryReader reader) |
|
static void | ThrowInvalidXml (XmlDictionaryReader reader, byte b) |
|
static void | ThrowUnexpectedEndOfFile (XmlDictionaryReader reader) |
|
static void | ThrowUnexpectedEndElement (XmlDictionaryReader reader) |
|
static void | ThrowTokenExpected (XmlDictionaryReader reader, string expected, char found) |
|
static void | ThrowTokenExpected (XmlDictionaryReader reader, string expected, string found) |
|
static void | ThrowInvalidCharRef (XmlDictionaryReader reader) |
|
static void | ThrowTagMismatch (XmlDictionaryReader reader, string expectedPrefix, string expectedLocalName, string foundPrefix, string foundLocalName) |
|
static void | ThrowDuplicateXmlnsAttribute (XmlDictionaryReader reader, string localName, string ns) |
|
static void | ThrowDuplicateAttribute (XmlDictionaryReader reader, string prefix1, string prefix2, string localName, string ns) |
|
static void | ThrowInvalidBinaryFormat (XmlDictionaryReader reader) |
|
static void | ThrowInvalidRootData (XmlDictionaryReader reader) |
|
static void | ThrowMultipleRootElements (XmlDictionaryReader reader) |
|
static void | ThrowDeclarationNotFirst (XmlDictionaryReader reader) |
|
static void | ThrowConversionOverflow (XmlDictionaryReader reader, string value, string type) |
|
static void | ThrowXmlDictionaryStringIDOutOfRange (XmlDictionaryReader reader) |
|
static void | ThrowXmlDictionaryStringIDUndefinedStatic (XmlDictionaryReader reader, int key) |
|
static void | ThrowXmlDictionaryStringIDUndefinedSession (XmlDictionaryReader reader, int key) |
|
static void | ThrowEmptyNamespace (XmlDictionaryReader reader) |
|
static XmlException | CreateConversionException (string type, Exception exception) |
|
static XmlException | CreateConversionException (string value, string type, Exception exception) |
|
static XmlException | CreateEncodingException (byte[] buffer, int offset, int count, Exception exception) |
|
static XmlException | CreateEncodingException (string value, Exception exception) |
|
Definition at line 8 of file XmlExceptionHelper.cs.