mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
|
|
<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>
|