~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to docs/api/MonoDevelop.Core.Properties/PropertyFileLoadException.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="PropertyFileLoadException" FullName="MonoDevelop.Core.Properties.PropertyFileLoadException">
 
2
  <TypeSignature Language="C#" Value="public class PropertyFileLoadException : System.Exception" />
 
3
  <AssemblyInfo>
 
4
    <AssemblyName>MonoDevelop.Core</AssemblyName>
 
5
    <AssemblyVersion>0.9.0.0</AssemblyVersion>
 
6
  </AssemblyInfo>
 
7
  <Base>
 
8
    <BaseTypeName>System.Exception</BaseTypeName>
 
9
  </Base>
 
10
  <Interfaces />
 
11
  <Members>
 
12
    <Member MemberName=".ctor">
 
13
      <MemberSignature Language="C#" Value="public PropertyFileLoadException ();" />
 
14
      <MemberType>Constructor</MemberType>
 
15
      <Parameters />
 
16
      <Docs>
 
17
        <summary>To be added.</summary>
 
18
        <remarks>To be added.</remarks>
 
19
      </Docs>
 
20
    </Member>
 
21
  </Members>
 
22
  <Docs>
 
23
    <summary>To be added.</summary>
 
24
    <remarks>To be added.</remarks>
 
25
  </Docs>
 
26
</Type>