Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

132 lines
5.3 KiB
XML

<Type Name="LdapLocalException" FullName="Novell.Directory.Ldap.LdapLocalException">
<TypeSignature Language="C#" Value="public class LdapLocalException : Novell.Directory.Ldap.LdapException, System.Runtime.Serialization.ISerializable" />
<AssemblyInfo>
<AssemblyName>Novell.Directory.Ldap</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyCulture>
</AssemblyCulture>
<Attributes>
<Attribute>
<AttributeName>System.Reflection.AssemblyKeyFile(KeyFile="../mono.pub")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDelaySign(DelaySign=True)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.CLSCompliant(IsCompliant=True)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCulture(Culture="")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyTrademark(Trademark="")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCopyright(Copyright=" (C) 2003 Novell, Inc")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyProduct(Product="")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyCompany(Company="Novell, Inc")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyConfiguration(Configuration="")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyDescription(Description="Novell.Directory.Ldap")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Reflection.AssemblyTitle(Title="C# LDAP")</AttributeName>
</Attribute>
</Attributes>
</AssemblyInfo>
<Base>
<BaseTypeName>Novell.Directory.Ldap.LdapException</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LdapLocalException()" />
<MemberType>Constructor</MemberType>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LdapLocalException(string messageOrKey, int resultCode)" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="messageOrKey" Type="System.String" />
<Parameter Name="resultCode" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added.</summary>
<param name="messageOrKey">To be added.</param>
<param name="resultCode">To be added.</param>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LdapLocalException(string messageOrKey, object[] arguments, int resultCode)" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="messageOrKey" Type="System.String" />
<Parameter Name="arguments" Type="System.Object[]" />
<Parameter Name="resultCode" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added.</summary>
<param name="messageOrKey">To be added.</param>
<param name="arguments">To be added.</param>
<param name="resultCode">To be added.</param>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException)" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="messageOrKey" Type="System.String" />
<Parameter Name="resultCode" Type="System.Int32" />
<Parameter Name="rootException" Type="System.Exception" />
</Parameters>
<Docs>
<summary>To be added.</summary>
<param name="messageOrKey">To be added.</param>
<param name="resultCode">To be added.</param>
<param name="rootException">To be added.</param>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exception rootException)" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="messageOrKey" Type="System.String" />
<Parameter Name="arguments" Type="System.Object[]" />
<Parameter Name="resultCode" Type="System.Int32" />
<Parameter Name="rootException" Type="System.Exception" />
</Parameters>
<Docs>
<summary>To be added.</summary>
<param name="messageOrKey">To be added.</param>
<param name="arguments">To be added.</param>
<param name="resultCode">To be added.</param>
<param name="rootException">To be added.</param>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>