Package system.web.profile
Class SqlProfileProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.provider.ProviderBase
-
- system.configuration.SettingsProvider
-
- system.web.profile.ProfileProvider
-
- system.web.profile.SqlProfileProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SqlProfileProvider extends ProfileProvider
The base .NET class managing System.Web.Profile.SqlProfileProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Profile.SqlProfileProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Profile.SqlProfileProviderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlProfileProvider()SqlProfileProvider(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlProfileProvidercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSqlProfileProvider, a cast assert is made to check if types are compatible.intDeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)intDeleteProfiles(java.lang.String[] usernames)intDeleteProfiles(JCORefOut dupParam0)intDeleteProfiles(ProfileInfoCollection profiles)ProfileInfoCollectionFindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)ProfileInfoCollectionFindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)ProfileInfoCollectionGetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)ProfileInfoCollectionGetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintGetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)SettingsPropertyValueCollectionGetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties)voidInitialize(java.lang.String name, NameValueCollection config)voidsetJCOInstance(JCObject instance)voidSetPropertyValues(SettingsContext sc, SettingsPropertyValueCollection properties)-
Methods inherited from class system.configuration.SettingsProvider
getApplicationName, setApplicationName
-
Methods inherited from class system.configuration.provider.ProviderBase
getDescription, getName
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Profile.SqlProfileProvider- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classProfileProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classProfileProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classProfileProvider- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classProfileProvider- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classProfileProvider
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classProfileProvider- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlProfileProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlProfileProvider, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlProfileProviderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
DeleteInactiveProfiles
public int DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, InvalidTimeZoneException, OverflowException
- Overrides:
DeleteInactiveProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidTimeZoneExceptionOverflowException
-
DeleteProfiles
public int DeleteProfiles(java.lang.String[] usernames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException- Overrides:
DeleteProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationException
-
DeleteProfiles
public int DeleteProfiles(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException
- Overrides:
DeleteProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationException
-
DeleteProfiles
public int DeleteProfiles(ProfileInfoCollection profiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Overrides:
DeleteProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
GetNumberOfInactiveProfiles
public int GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, InvalidTimeZoneException, OverflowException
- Overrides:
GetNumberOfInactiveProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionInvalidTimeZoneExceptionOverflowException
-
GetPropertyValues
public SettingsPropertyValueCollection GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, HttpException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
- Overrides:
GetPropertyValuesin classSettingsProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionHttpExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowException
-
FindInactiveProfilesByUserName
public ProfileInfoCollection FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, OverflowException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, TargetParameterCountException, HttpException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
- Overrides:
FindInactiveProfilesByUserNamein classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionOverflowExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionTargetParameterCountExceptionHttpExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerException
-
FindProfilesByUserName
public ProfileInfoCollection FindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
- Overrides:
FindProfilesByUserNamein classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowException
-
GetAllInactiveProfiles
public ProfileInfoCollection GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, SecurityException, IOException, InvalidOperationException, NotSupportedException, OverflowException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, TargetParameterCountException, HttpException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
- Overrides:
GetAllInactiveProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionInvalidOperationExceptionNotSupportedExceptionOverflowExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionTargetParameterCountExceptionHttpExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerException
-
GetAllProfiles
public ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, PathTooLongException, ProviderException, SecurityException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException, OverflowException
- Overrides:
GetAllProfilesin classProfileProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionPathTooLongExceptionProviderExceptionSecurityExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionOverflowException
-
Initialize
public void Initialize(java.lang.String name, NameValueCollection config) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, IndexOutOfRangeException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Overrides:
Initializein classProviderBase- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
SetPropertyValues
public void SetPropertyValues(SettingsContext sc, SettingsPropertyValueCollection properties) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, FormatException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, FileNotFoundException, SerializationException, XmlException, NotImplementedException, NotSupportedException, MissingMethodException, NullReferenceException, MemberAccessException, TypeLoadException, PlatformNotSupportedException, Win32Exception, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException
- Overrides:
SetPropertyValuesin classSettingsProvider- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionFileNotFoundExceptionSerializationExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionNullReferenceExceptionMemberAccessExceptionTypeLoadExceptionPlatformNotSupportedExceptionWin32ExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationException
-
-