Welcome to mirror list, hosted at ThFree Co, Russian Federation.

XmlSyntaxException.xml « System.Security « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 234292d528e1f321665d985e68bd7aa422980a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Security.XmlSyntaxException" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="XmlSyntaxException">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <constructor name="XmlSyntaxException(System.Int32)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="lineNumber">TODO</param>
        </constructor>
        <constructor name="XmlSyntaxException(System.Int32, System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="lineNumber">TODO</param>
            <param name="message">TODO</param>
        </constructor>
        <constructor name="XmlSyntaxException(System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="message">TODO</param>
        </constructor>
        <constructor name="XmlSyntaxException(System.String, System.Exception)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="message">TODO</param>
            <param name="inner">TODO</param>
        </constructor>
    </class>
</monodoc>