public class FormsAuthentication extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.FormsAuthentication
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Security.FormsAuthentication
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FormsAuthentication() |
FormsAuthentication(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Authenticate(java.lang.String name,
java.lang.String password) |
static FormsAuthentication |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FormsAuthentication, a cast assert is made to check if types are compatible. |
static FormsAuthenticationTicket |
Decrypt(java.lang.String encryptedTicket) |
static void |
EnableFormsAuthentication(NameValueCollection configurationData) |
static java.lang.String |
Encrypt(FormsAuthenticationTicket ticket) |
static HttpCookie |
GetAuthCookie(java.lang.String userName,
boolean createPersistentCookie) |
static HttpCookie |
GetAuthCookie(java.lang.String userName,
boolean createPersistentCookie,
java.lang.String strCookiePath) |
static java.lang.String |
getCookieDomain() |
static HttpCookieMode |
getCookieMode() |
static SameSiteMode |
getCookieSameSite() |
static boolean |
getCookiesSupported() |
static java.lang.String |
getDefaultUrl() |
static boolean |
getEnableCrossAppRedirects() |
static java.lang.String |
getFormsCookieName() |
static java.lang.String |
getFormsCookiePath() |
static boolean |
getIsEnabled() |
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
|
static java.lang.String |
getLoginUrl() |
static java.lang.String |
GetRedirectUrl(java.lang.String userName,
boolean createPersistentCookie) |
static boolean |
getRequireSSL() |
static boolean |
getSlidingExpiration() |
static TicketCompatibilityMode |
getTicketCompatibilityMode() |
static TimeSpan |
getTimeout() |
static java.lang.String |
HashPasswordForStoringInConfigFile(java.lang.String password,
java.lang.String passwordFormat) |
static void |
Initialize() |
static void |
RedirectFromLoginPage(java.lang.String userName,
boolean createPersistentCookie) |
static void |
RedirectFromLoginPage(java.lang.String userName,
boolean createPersistentCookie,
java.lang.String strCookiePath) |
static void |
RedirectToLoginPage() |
static void |
RedirectToLoginPage(java.lang.String extraQueryString) |
static FormsAuthenticationTicket |
RenewTicketIfOld(FormsAuthenticationTicket tOld) |
static void |
SetAuthCookie(java.lang.String userName,
boolean createPersistentCookie) |
static void |
SetAuthCookie(java.lang.String userName,
boolean createPersistentCookie,
java.lang.String strCookiePath) |
void |
setJCOInstance(JCObject instance) |
static void |
SignOut() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FormsAuthentication()
throws java.lang.Throwable
java.lang.Throwablepublic FormsAuthentication(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean Authenticate(java.lang.String name,
java.lang.String password)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
IndexOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
NotSupportedException,
MissingManifestResourceException,
InvalidOperationException,
ConfigurationException,
NullReferenceException,
PlatformNotSupportedException,
KeyNotFoundException,
CryptographicException,
OutOfMemoryException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationExceptionNullReferenceExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionCryptographicExceptionOutOfMemoryExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOverflowExceptionAbandonedMutexExceptionpublic static FormsAuthentication cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FormsAuthentication, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFormsAuthentication instancejava.lang.Throwable - in case of error during cast operationpublic static FormsAuthenticationTicket Decrypt(java.lang.String encryptedTicket) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, ProviderException, ConfigurationErrorsException, ThreadAbortException, InvalidCastException, PlatformNotSupportedException, Win32Exception, CryptographicException, OutOfMemoryException, EndOfStreamException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionInvalidCastExceptionPlatformNotSupportedExceptionWin32ExceptionCryptographicExceptionOutOfMemoryExceptionEndOfStreamExceptionOverflowExceptionpublic static void EnableFormsAuthentication(NameValueCollection configurationData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static java.lang.String Encrypt(FormsAuthenticationTicket ticket) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, IndexOutOfRangeException, ProviderException, ConfigurationErrorsException, NotSupportedException, MissingManifestResourceException, InvalidOperationException, ConfigurationException, OverflowException, ThreadAbortException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, CryptographicException, MissingMethodException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationExceptionOverflowExceptionThreadAbortExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionCryptographicExceptionMissingMethodExceptionOutOfMemoryExceptionpublic static HttpCookie GetAuthCookie(java.lang.String userName, boolean createPersistentCookie) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException, OverflowException, ThreadAbortException, CryptographicException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionOverflowExceptionThreadAbortExceptionCryptographicExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionpublic static HttpCookie GetAuthCookie(java.lang.String userName, boolean createPersistentCookie, java.lang.String strCookiePath) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, IndexOutOfRangeException, ProviderException, ConfigurationErrorsException, NotSupportedException, MissingManifestResourceException, InvalidOperationException, ConfigurationException, OverflowException, ThreadAbortException, ObjectDisposedException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationExceptionOverflowExceptionThreadAbortExceptionObjectDisposedExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic static java.lang.String getCookieDomain()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static HttpCookieMode getCookieMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
public static SameSiteMode getCookieSameSite() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
public static boolean getCookiesSupported()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
IndexOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
NotSupportedException,
MissingManifestResourceException,
InvalidOperationException,
ConfigurationException,
TypeLoadException,
NullReferenceException,
FormatException,
ApplicationException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionFormatExceptionApplicationExceptionOverflowExceptionpublic static java.lang.String getDefaultUrl()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
IndexOutOfRangeException
public static boolean getEnableCrossAppRedirects()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static java.lang.String getFormsCookieName()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static java.lang.String getFormsCookiePath()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static boolean getIsEnabled()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
ProviderException,
ConfigurationErrorsException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String getLoginUrl()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
IndexOutOfRangeException
public static java.lang.String GetRedirectUrl(java.lang.String userName,
boolean createPersistentCookie)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
IndexOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
NotSupportedException,
MissingManifestResourceException,
InvalidOperationException,
ConfigurationException,
NullReferenceException,
FormatException,
OverflowException,
UriFormatException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionUriFormatExceptionOutOfMemoryExceptionpublic static boolean getRequireSSL()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static boolean getSlidingExpiration()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException
public static TicketCompatibilityMode getTicketCompatibilityMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
public static TimeSpan getTimeout() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
public static java.lang.String HashPasswordForStoringInConfigFile(java.lang.String password,
java.lang.String passwordFormat)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NullReferenceException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
PlatformNotSupportedException,
KeyNotFoundException,
CryptographicException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNullReferenceExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionCryptographicExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic static void Initialize()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
HttpException,
InvalidOperationException,
ConfigurationException,
ProviderException,
NotSupportedException,
NullReferenceException,
ConfigurationErrorsException
public static void RedirectFromLoginPage(java.lang.String userName,
boolean createPersistentCookie)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
OverflowException,
UriFormatException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException,
HttpRequestValidationException,
NotSupportedException,
ApplicationException,
CryptographicException,
PlatformNotSupportedException,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionOverflowExceptionUriFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionHttpRequestValidationExceptionNotSupportedExceptionApplicationExceptionCryptographicExceptionPlatformNotSupportedExceptionObjectDisposedExceptionpublic static void RedirectFromLoginPage(java.lang.String userName,
boolean createPersistentCookie,
java.lang.String strCookiePath)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
CultureNotFoundException,
FormatException,
OverflowException,
UriFormatException,
OutOfMemoryException,
IndexOutOfRangeException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ApplicationException,
CryptographicException,
PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionFormatExceptionOverflowExceptionUriFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionApplicationExceptionCryptographicExceptionPlatformNotSupportedExceptionpublic static void RedirectToLoginPage()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
HttpException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
HttpRequestValidationException,
NullReferenceException,
UriFormatException,
OutOfMemoryException,
ApplicationException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionHttpRequestValidationExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionApplicationExceptionFormatExceptionpublic static void RedirectToLoginPage(java.lang.String extraQueryString)
throws java.lang.Throwable,
ArgumentException,
HttpException,
ArgumentNullException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
ApplicationException,
MissingMethodException,
TargetInvocationException,
NullReferenceException,
FormatException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionApplicationExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFormatExceptionpublic static FormsAuthenticationTicket RenewTicketIfOld(FormsAuthenticationTicket tOld) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidTimeZoneException, NotSupportedException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidTimeZoneExceptionNotSupportedExceptionOverflowExceptionpublic static void SetAuthCookie(java.lang.String userName,
boolean createPersistentCookie)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
FormatException,
IndexOutOfRangeException,
NotSupportedException,
ApplicationException,
OverflowException,
ThreadAbortException,
CryptographicException,
PlatformNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionApplicationExceptionOverflowExceptionThreadAbortExceptionCryptographicExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionpublic static void SetAuthCookie(java.lang.String userName,
boolean createPersistentCookie,
java.lang.String strCookiePath)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
FormatException,
IndexOutOfRangeException,
ApplicationException,
OverflowException,
ObjectDisposedException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionFormatExceptionIndexOutOfRangeExceptionApplicationExceptionOverflowExceptionObjectDisposedExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SignOut()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
IndexOutOfRangeException,
HttpRequestValidationException,
NotSupportedException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
FormatException,
ApplicationException,
OverflowException,
UriFormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionInvalidOperationExceptionProviderExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionNotSupportedExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionApplicationExceptionOverflowExceptionUriFormatException