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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.Profile.SqlProfileProviderstatic JCType
classType
The 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 SqlProfileProvider
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSqlProfileProvider
, a cast assert is made to check if types are compatible.int
DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
int
DeleteProfiles(java.lang.String[] usernames)
int
DeleteProfiles(JCORefOut dupParam0)
int
DeleteProfiles(ProfileInfoCollection profiles)
ProfileInfoCollection
FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
ProfileInfoCollection
FindProfilesByUserName(ProfileAuthenticationOption authenticationOption, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
ProfileInfoCollection
GetAllInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
ProfileInfoCollection
GetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
SettingsPropertyValueCollection
GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties)
void
Initialize(java.lang.String name, NameValueCollection config)
void
setJCOInstance(JCObject instance)
void
SetPropertyValues(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classProfileProvider
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classProfileProvider
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classProfileProvider
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classProfileProvider
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classProfileProvider
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classProfileProvider
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SqlProfileProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSqlProfileProvider
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SqlProfileProvider
instance- 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:
DeleteInactiveProfiles
in classProfileProvider
- 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
-
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:
DeleteProfiles
in classProfileProvider
- 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
-
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:
DeleteProfiles
in classProfileProvider
- 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
-
DeleteProfiles
public int DeleteProfiles(ProfileInfoCollection profiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Overrides:
DeleteProfiles
in classProfileProvider
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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:
GetNumberOfInactiveProfiles
in classProfileProvider
- 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
-
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:
GetPropertyValues
in classSettingsProvider
- 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
-
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:
FindInactiveProfilesByUserName
in classProfileProvider
- 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
-
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:
FindProfilesByUserName
in classProfileProvider
- 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
-
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:
GetAllInactiveProfiles
in classProfileProvider
- 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
-
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:
GetAllProfiles
in classProfileProvider
- 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
-
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:
Initialize
in classProviderBase
- 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
-
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:
SetPropertyValues
in classSettingsProvider
- 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
-
-