LdapException

Overview

Location

Properties


ErrorCode

 

property ErrorCode: Int32 read;

 

Int32 ErrorCode { get; }

 

ReadOnly Property ErrorCode() As Int32

ErrorDescription

 

property ErrorDescription: String read;

 

String ErrorDescription { get; }

 

ReadOnly Property ErrorDescription() As String

Instance Methods


constructor (Int32)

 

constructor(code: Int32)

 

LdapException(Int32 code)

 

Sub New(code As Int32)

Parameters:

  • code:

constructor (String)

 

constructor(message: String)

 

LdapException(String message)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Int32)

 

constructor(message: String; code: Int32)

 

LdapException(String message, Int32 code)

 

Sub New(message As String, code As Int32)

Parameters:

  • message:
  • code: