-
Notifications
You must be signed in to change notification settings - Fork 6
/
GIFDecoderFormatException.xml
84 lines (84 loc) · 4.92 KB
/
GIFDecoderFormatException.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<Type Name="GIFDecoderFormatException" FullName="Microsoft.Maui.Controls.Internals.GIFDecoderFormatException">
<TypeSignature Language="C#" Value="public class GIFDecoderFormatException : Exception" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GIFDecoderFormatException extends System.Exception" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.Controls.Internals.GIFDecoderFormatException" />
<TypeSignature Language="VB.NET" Value="Public Class GIFDecoderFormatException
Inherits Exception" />
<TypeSignature Language="C++ CLI" Value="public ref class GIFDecoderFormatException : Exception" />
<TypeSignature Language="F#" Value="type GIFDecoderFormatException = class
 inherit Exception" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Exception</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GIFDecoderFormatException ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 GIFDecoderFormatException();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GIFDecoderFormatException (string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String)" />
<MemberSignature Language="C++ CLI" Value="public:
 GIFDecoderFormatException(System::String ^ message);" />
<MemberSignature Language="F#" Value="new Microsoft.Maui.Controls.Internals.GIFDecoderFormatException : string -> Microsoft.Maui.Controls.Internals.GIFDecoderFormatException" Usage="new Microsoft.Maui.Controls.Internals.GIFDecoderFormatException message" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<param name="message">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GIFDecoderFormatException (string message, Exception innerException);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception innerException) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.Internals.GIFDecoderFormatException.#ctor(System.String,System.Exception)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, innerException As Exception)" />
<MemberSignature Language="C++ CLI" Value="public:
 GIFDecoderFormatException(System::String ^ message, Exception ^ innerException);" />
<MemberSignature Language="F#" Value="new Microsoft.Maui.Controls.Internals.GIFDecoderFormatException : string * Exception -> Microsoft.Maui.Controls.Internals.GIFDecoderFormatException" Usage="new Microsoft.Maui.Controls.Internals.GIFDecoderFormatException (message, innerException)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
<Parameter Name="innerException" Type="System.Exception" />
</Parameters>
<Docs>
<param name="message">To be added.</param>
<param name="innerException">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>