Home
last modified time | relevance | path

Searched refs:messageOrKey (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/
H A DLdapException.cs249 private System.String messageOrKey = null; field in Novell.Directory.Ldap.LdapException
805 …public LdapException(System.String messageOrKey, int resultCode, System.String serverMsg):this(mes… in LdapException() argument
837 …dapException(System.String messageOrKey, System.Object[] arguments, int resultCode, System.String … in LdapException() argument
867 …Exception(System.String messageOrKey, int resultCode, System.String serverMsg, System.Exception ro… in LdapException() argument
905 …tem.String messageOrKey, System.Object[] arguments, int resultCode, System.String serverMsg, Syste… in LdapException() argument
935 …LdapException(System.String messageOrKey, int resultCode, System.String serverMsg, System.String m… in LdapException() argument
972 …System.String messageOrKey, System.Object[] arguments, int resultCode, System.String serverMsg, Sy… in LdapException() argument
1016 …internal LdapException(System.String messageOrKey, System.Object[] arguments, int resultCode, Syst… in LdapException() argument
1020 this.messageOrKey = messageOrKey; in LdapException()
H A DLdapLocalException.cs61 …public LdapLocalException(System.String messageOrKey, int resultCode):base(messageOrKey, resultCod… in LdapLocalException() argument
89 …ublic LdapLocalException(System.String messageOrKey, System.Object[] arguments, int resultCode):ba… in LdapLocalException() argument
115 …lic LdapLocalException(System.String messageOrKey, int resultCode, System.Exception rootException)… in LdapLocalException() argument
149 …xception(System.String messageOrKey, System.Object[] arguments, int resultCode, System.Exception r… in LdapLocalException() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/
H A DResourcesHandler.cs82 public static System.String getMessage(System.String messageOrKey, System.Object[] arguments) in getMessage() argument
84 return getMessage(messageOrKey, arguments, null); in getMessage()
107 …public static System.String getMessage(System.String messageOrKey, System.Object[] arguments, Syst… in getMessage() argument
120 if (messageOrKey == null) in getMessage()
122 messageOrKey = ""; in getMessage()
128 pattern = defaultMessages.GetString(messageOrKey, locale); in getMessage()
132 pattern = messageOrKey; in getMessage()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs665 public LdapException(string messageOrKey, int resultCode, string serverMsg) { } in LdapException() argument
666 …public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootE… in LdapException() argument
667 … public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { } in LdapException() argument
668 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { } in LdapException() argument
669 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, Sy… in LdapException() argument
670 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, st… in LdapException() argument
720 public LdapLocalException(string messageOrKey, int resultCode) { } in LdapLocalException() argument
721 … public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { } in LdapLocalException() argument
722 public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { } in LdapLocalException() argument
723 …public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exceptio… in LdapLocalException() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs666 public LdapException(string messageOrKey, int resultCode, string serverMsg) { } in LdapException() argument
667 …public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootE… in LdapException() argument
668 … public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { } in LdapException() argument
669 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { } in LdapException() argument
670 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, Sy… in LdapException() argument
671 …public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, st… in LdapException() argument
721 public LdapLocalException(string messageOrKey, int resultCode) { } in LdapLocalException() argument
722 … public LdapLocalException(string messageOrKey, int resultCode, System.Exception rootException) { } in LdapLocalException() argument
723 public LdapLocalException(string messageOrKey, object[] arguments, int resultCode) { } in LdapLocalException() argument
724 …public LdapLocalException(string messageOrKey, object[] arguments, int resultCode, System.Exceptio… in LdapLocalException() argument
[all …]