public class ClientScriptManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.ClientScriptManager
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.UI.ClientScriptManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ClientScriptManager() |
ClientScriptManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientScriptManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ClientScriptManager, a cast assert is made to check if types are compatible. |
java.lang.String |
GetCallbackEventReference(Control control,
java.lang.String argument,
java.lang.String clientCallback,
java.lang.String context) |
java.lang.String |
GetCallbackEventReference(Control control,
java.lang.String argument,
java.lang.String clientCallback,
java.lang.String context,
boolean useAsync) |
java.lang.String |
GetCallbackEventReference(Control control,
java.lang.String argument,
java.lang.String clientCallback,
java.lang.String context,
java.lang.String clientErrorCallback,
boolean useAsync) |
java.lang.String |
GetCallbackEventReference(java.lang.String target,
java.lang.String argument,
java.lang.String clientCallback,
java.lang.String context,
java.lang.String clientErrorCallback,
boolean useAsync) |
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 |
GetPostBackClientHyperlink(Control control,
java.lang.String argument) |
java.lang.String |
GetPostBackClientHyperlink(Control control,
java.lang.String argument,
boolean registerForEventValidation) |
java.lang.String |
GetPostBackEventReference(Control control,
java.lang.String argument) |
java.lang.String |
GetPostBackEventReference(Control control,
java.lang.String argument,
boolean registerForEventValidation) |
java.lang.String |
GetPostBackEventReference(PostBackOptions options) |
java.lang.String |
GetPostBackEventReference(PostBackOptions options,
boolean registerForEventValidation) |
java.lang.String |
GetWebResourceUrl(NetType type,
java.lang.String resourceName) |
boolean |
IsClientScriptBlockRegistered(NetType type,
java.lang.String key) |
boolean |
IsClientScriptBlockRegistered(java.lang.String key) |
boolean |
IsClientScriptIncludeRegistered(NetType type,
java.lang.String key) |
boolean |
IsClientScriptIncludeRegistered(java.lang.String key) |
boolean |
IsOnSubmitStatementRegistered(NetType type,
java.lang.String key) |
boolean |
IsOnSubmitStatementRegistered(java.lang.String key) |
boolean |
IsStartupScriptRegistered(NetType type,
java.lang.String key) |
boolean |
IsStartupScriptRegistered(java.lang.String key) |
void |
RegisterArrayDeclaration(java.lang.String arrayName,
java.lang.String arrayValue) |
void |
RegisterClientScriptBlock(NetType type,
java.lang.String key,
java.lang.String script) |
void |
RegisterClientScriptBlock(NetType type,
java.lang.String key,
java.lang.String script,
boolean addScriptTags) |
void |
RegisterClientScriptInclude(NetType type,
java.lang.String key,
java.lang.String url) |
void |
RegisterClientScriptInclude(java.lang.String key,
java.lang.String url) |
void |
RegisterClientScriptResource(NetType type,
java.lang.String resourceName) |
void |
RegisterExpandoAttribute(java.lang.String controlId,
java.lang.String attributeName,
java.lang.String attributeValue) |
void |
RegisterExpandoAttribute(java.lang.String controlId,
java.lang.String attributeName,
java.lang.String attributeValue,
boolean encode) |
void |
RegisterForEventValidation(PostBackOptions options) |
void |
RegisterForEventValidation(java.lang.String uniqueId) |
void |
RegisterForEventValidation(java.lang.String uniqueId,
java.lang.String argument) |
void |
RegisterHiddenField(java.lang.String hiddenFieldName,
java.lang.String hiddenFieldInitialValue) |
void |
RegisterOnSubmitStatement(NetType type,
java.lang.String key,
java.lang.String script) |
void |
RegisterStartupScript(NetType type,
java.lang.String key,
java.lang.String script) |
void |
RegisterStartupScript(NetType type,
java.lang.String key,
java.lang.String script,
boolean addScriptTags) |
void |
setJCOInstance(JCObject instance) |
void |
ValidateEvent(java.lang.String uniqueId) |
void |
ValidateEvent(java.lang.String uniqueId,
java.lang.String argument) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ClientScriptManager()
throws java.lang.Throwable
java.lang.Throwablepublic ClientScriptManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ClientScriptManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ClientScriptManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedClientScriptManager instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String GetCallbackEventReference(Control control, java.lang.String argument, java.lang.String clientCallback, java.lang.String context) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, ConfigurationException, HttpException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpRequestValidationException, UriFormatException, OutOfMemoryException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionConfigurationExceptionHttpExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotImplementedExceptionpublic java.lang.String GetCallbackEventReference(Control control, java.lang.String argument, java.lang.String clientCallback, java.lang.String context, boolean useAsync) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, NotSupportedException, ConfigurationException, HttpException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, HttpRequestValidationException, UriFormatException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionNotSupportedExceptionConfigurationExceptionHttpExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionpublic java.lang.String GetCallbackEventReference(Control control, java.lang.String argument, java.lang.String clientCallback, java.lang.String context, java.lang.String clientErrorCallback, boolean useAsync) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, HttpException, NotImplementedException, CultureNotFoundException, FormatException, ThreadAbortException, HttpRequestValidationException, UriFormatException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationExceptionHttpExceptionNotImplementedExceptionCultureNotFoundExceptionFormatExceptionThreadAbortExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionpublic java.lang.String GetCallbackEventReference(java.lang.String target,
java.lang.String argument,
java.lang.String clientCallback,
java.lang.String context,
java.lang.String clientErrorCallback,
boolean useAsync)
throws java.lang.Throwable,
ArgumentException,
ConfigurationErrorsException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
HttpException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
ProviderException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
FormatException,
UriFormatException,
OutOfMemoryException,
NotImplementedException
java.lang.ThrowableArgumentExceptionConfigurationErrorsExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionUriFormatExceptionOutOfMemoryExceptionNotImplementedExceptionpublic 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 java.lang.String GetPostBackClientHyperlink(Control control, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
public java.lang.String GetPostBackClientHyperlink(Control control, java.lang.String argument, boolean registerForEventValidation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, ConfigurationException, OutOfMemoryException
public java.lang.String GetPostBackEventReference(Control control, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, HttpException, InvalidOperationException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException, NotImplementedException, CultureNotFoundException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionHttpExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionNotSupportedExceptionpublic java.lang.String GetPostBackEventReference(Control control, java.lang.String argument, boolean registerForEventValidation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, HttpException, InvalidOperationException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException, NotImplementedException, CultureNotFoundException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionHttpExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionNotSupportedExceptionpublic java.lang.String GetPostBackEventReference(PostBackOptions options) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, ConfigurationException, HttpException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
public java.lang.String GetPostBackEventReference(PostBackOptions options, boolean registerForEventValidation) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, NotSupportedException, ConfigurationException, HttpException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionNotSupportedExceptionConfigurationExceptionHttpExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionpublic java.lang.String GetWebResourceUrl(NetType type, java.lang.String resourceName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, ConfigurationErrorsException, HttpException, NotImplementedException
public boolean IsClientScriptBlockRegistered(NetType type, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean IsClientScriptBlockRegistered(java.lang.String key)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean IsClientScriptIncludeRegistered(NetType type, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean IsClientScriptIncludeRegistered(java.lang.String key)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean IsOnSubmitStatementRegistered(NetType type, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean IsOnSubmitStatementRegistered(java.lang.String key)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean IsStartupScriptRegistered(NetType type, java.lang.String key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean IsStartupScriptRegistered(java.lang.String key)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void RegisterArrayDeclaration(java.lang.String arrayName,
java.lang.String arrayValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic void RegisterClientScriptBlock(NetType type, java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void RegisterClientScriptBlock(NetType type, java.lang.String key, java.lang.String script, boolean addScriptTags) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void RegisterClientScriptInclude(NetType type, java.lang.String key, java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ThreadAbortException, HttpException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionThreadAbortExceptionHttpExceptionNullReferenceExceptionpublic void RegisterClientScriptInclude(java.lang.String key,
java.lang.String url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ThreadAbortException,
HttpException
public void RegisterClientScriptResource(NetType type, java.lang.String resourceName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationErrorsException, HttpException, InvalidOperationException, NotImplementedException, OutOfMemoryException, NullReferenceException
public void RegisterExpandoAttribute(java.lang.String controlId,
java.lang.String attributeName,
java.lang.String attributeValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException
public void RegisterExpandoAttribute(java.lang.String controlId,
java.lang.String attributeName,
java.lang.String attributeValue,
boolean encode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException
public void RegisterForEventValidation(PostBackOptions options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationErrorsException, InvalidOperationException, NotSupportedException, ConfigurationException, HttpException, NotImplementedException, CultureNotFoundException
public void RegisterForEventValidation(java.lang.String uniqueId)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
HttpException,
NotSupportedException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionHttpExceptionNotSupportedExceptionConfigurationExceptionpublic void RegisterForEventValidation(java.lang.String uniqueId,
java.lang.String argument)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
HttpException,
ConfigurationException,
InvalidCastException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionHttpExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionpublic void RegisterHiddenField(java.lang.String hiddenFieldName,
java.lang.String hiddenFieldInitialValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void RegisterOnSubmitStatement(NetType type, java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void RegisterStartupScript(NetType type, java.lang.String key, java.lang.String script) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void RegisterStartupScript(NetType type, java.lang.String key, java.lang.String script, boolean addScriptTags) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void ValidateEvent(java.lang.String uniqueId)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionpublic void ValidateEvent(java.lang.String uniqueId,
java.lang.String argument)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionConfigurationException