Files
Aaru.Server/DiscImageChef.DiscImages/docs/mono/Claunia.PropertyList/PropertyListFormatException.xml

42 lines
1.7 KiB
XML
Raw Normal View History

<Type Name="PropertyListFormatException" FullName="Claunia.PropertyList.PropertyListFormatException">
<TypeSignature Language="C#" Value="public class PropertyListFormatException : Exception" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PropertyListFormatException extends System.Exception" />
<AssemblyInfo>
<AssemblyName>plist-cil</AssemblyName>
<AssemblyVersion>1.13.0.0</AssemblyVersion>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Exception</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
A PropertyListFormatException is thrown by the various property list format parsers
when an error in the format of the given property list is encountered.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PropertyListFormatException (string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.13.0.0</AssemblyVersion>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<param name="message">A message containing information about the nature of the exception.</param>
<summary>
Creates a new exception with the given message.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>