public class DirectoryEntry extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.DirectoryEntry
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.DirectoryEntry
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DirectoryEntry() |
DirectoryEntry(NetObject adsObject) |
DirectoryEntry(java.lang.Object instance)
Internal constructor.
|
DirectoryEntry(java.lang.String path) |
DirectoryEntry(java.lang.String path,
java.lang.String username,
java.lang.String password) |
DirectoryEntry(java.lang.String path,
java.lang.String username,
java.lang.String password,
AuthenticationTypes authenticationType) |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryEntry |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DirectoryEntry, a cast assert is made to check if types are compatible. |
void |
Close() |
void |
CommitChanges() |
DirectoryEntry |
CopyTo(DirectoryEntry newParent) |
DirectoryEntry |
CopyTo(DirectoryEntry newParent,
java.lang.String newName) |
void |
DeleteTree() |
static boolean |
Exists(java.lang.String path) |
AuthenticationTypes |
getAuthenticationType() |
DirectoryEntries |
getChildren() |
Guid |
getGuid() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
java.lang.String |
getNativeGuid() |
NetObject |
getNativeObject() |
ActiveDirectorySecurity |
getObjectSecurity() |
DirectoryEntryConfiguration |
getOptions() |
DirectoryEntry |
getParent() |
java.lang.String |
getPath() |
PropertyCollection |
getProperties() |
java.lang.String |
getSchemaClassName() |
DirectoryEntry |
getSchemaEntry() |
boolean |
getUsePropertyCache() |
java.lang.String |
getUsername() |
NetObject |
Invoke(java.lang.String methodName,
NetObject... args) |
NetObject |
InvokeGet(java.lang.String propertyName) |
void |
InvokeSet(java.lang.String propertyName,
NetObject... args) |
void |
MoveTo(DirectoryEntry newParent) |
void |
MoveTo(DirectoryEntry newParent,
java.lang.String newName) |
void |
RefreshCache() |
void |
RefreshCache(JCORefOut dupParam0) |
void |
RefreshCache(java.lang.String[] propertyNames) |
void |
Rename(java.lang.String newName) |
void |
setAuthenticationType(AuthenticationTypes AuthenticationType) |
void |
setJCOInstance(JCObject instance) |
void |
setObjectSecurity(ActiveDirectorySecurity ObjectSecurity) |
void |
setPassword(java.lang.String Password) |
void |
setPath(java.lang.String Path) |
void |
setUsePropertyCache(boolean UsePropertyCache) |
void |
setUsername(java.lang.String Username) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DirectoryEntry()
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry(NetObject adsObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, OverflowException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionLockRecursionExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionpublic DirectoryEntry(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntry(java.lang.String path)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
NotSupportedException,
NullReferenceException
public DirectoryEntry(java.lang.String path,
java.lang.String username,
java.lang.String password)
throws java.lang.Throwable,
ArgumentException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException
public DirectoryEntry(java.lang.String path,
java.lang.String username,
java.lang.String password,
AuthenticationTypes authenticationType)
throws java.lang.Throwable,
ArgumentException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
ObjectDisposedException
public static DirectoryEntry cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DirectoryEntry, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDirectoryEntry instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
NullReferenceException
public void CommitChanges()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
LockRecursionException,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
SynchronizationLockException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionLockRecursionExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionpublic DirectoryEntry CopyTo(DirectoryEntry newParent) throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, OverflowException, FormatException, SynchronizationLockException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionSynchronizationLockExceptionpublic DirectoryEntry CopyTo(DirectoryEntry newParent, java.lang.String newName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, FormatException, CryptographicException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionSynchronizationLockExceptionpublic void DeleteTree()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException
public static boolean Exists(java.lang.String path)
throws java.lang.Throwable,
ArgumentException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentNullException,
OverflowException,
FormatException,
ArrayTypeMismatchException,
CryptographicException
java.lang.ThrowableArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentNullExceptionOverflowExceptionFormatExceptionArrayTypeMismatchExceptionCryptographicExceptionpublic AuthenticationTypes getAuthenticationType() throws java.lang.Throwable
java.lang.Throwablepublic DirectoryEntries getChildren() throws java.lang.Throwable
java.lang.Throwablepublic Guid getGuid() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, OverflowException, FormatException, IndexOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic java.lang.String getNativeGuid()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
OverflowException,
FormatException
public NetObject getNativeObject() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, OverflowException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic ActiveDirectorySecurity getObjectSecurity() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, OverflowException, FormatException, IndexOutOfRangeException, NotSupportedException
public DirectoryEntryConfiguration getOptions() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, FormatException, CryptographicException
public DirectoryEntry getParent() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, OverflowException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic java.lang.String getPath()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyCollection getProperties() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException
public java.lang.String getSchemaClassName()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic DirectoryEntry getSchemaEntry() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, OverflowException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic boolean getUsePropertyCache()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUsername()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject Invoke(java.lang.String methodName, NetObject... args) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, FormatException, CryptographicException, TargetInvocationException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionTargetInvocationExceptionSynchronizationLockExceptionpublic NetObject InvokeGet(java.lang.String propertyName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, FormatException, CryptographicException, TargetInvocationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionTargetInvocationExceptionpublic void InvokeSet(java.lang.String propertyName,
NetObject... args)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException,
TargetInvocationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionTargetInvocationExceptionpublic void MoveTo(DirectoryEntry newParent) throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, OverflowException, FormatException, NullReferenceException, LockRecursionException, SynchronizationLockException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionNullReferenceExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void MoveTo(DirectoryEntry newParent, java.lang.String newName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, FormatException, CryptographicException, NullReferenceException, LockRecursionException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void RefreshCache()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic void RefreshCache(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, OverflowException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic void RefreshCache(java.lang.String[] propertyNames)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionpublic void Rename(java.lang.String newName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
FormatException,
CryptographicException,
NullReferenceException,
LockRecursionException,
SynchronizationLockException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionCryptographicExceptionNullReferenceExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void setAuthenticationType(AuthenticationTypes AuthenticationType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, NullReferenceException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setObjectSecurity(ActiveDirectorySecurity ObjectSecurity) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, OutOfMemoryException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionpublic void setPassword(java.lang.String Password)
throws java.lang.Throwable,
ObjectDisposedException,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
CryptographicException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException
public void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
InvalidOperationException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException
public void setUsePropertyCache(boolean UsePropertyCache)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
LockRecursionException,
ArgumentException,
InvalidOperationException,
SynchronizationLockException,
IndexOutOfRangeException,
PlatformNotSupportedException,
RankException,
ArrayTypeMismatchException,
ObjectDisposedException,
ArgumentNullException,
OutOfMemoryException,
OverflowException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionLockRecursionExceptionArgumentExceptionInvalidOperationExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionArgumentNullExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionpublic void setUsername(java.lang.String Username)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionNullReferenceException