Class ActivityDesignerTheme
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.DesignerTheme
-
- system.workflow.componentmodel.design.ActivityDesignerTheme
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDisposable
- Direct Known Subclasses:
CompositeDesignerTheme
public class ActivityDesignerTheme extends DesignerTheme
The base .NET class managing System.Workflow.ComponentModel.Design.ActivityDesignerTheme, System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Design.ActivityDesignerTheme
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.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Workflow.ComponentModelstatic java.lang.StringclassNameQualified class name: System.Workflow.ComponentModel.Design.ActivityDesignerThemestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActivityDesignerTheme()ActivityDesignerTheme(java.lang.Object instance)Internal constructor.ActivityDesignerTheme(WorkflowTheme theme)
-
Method Summary
-
Methods inherited from class system.workflow.componentmodel.design.DesignerTheme
close, getApplyTo, getDesignerType, getReadOnly, setApplyTo, setDesignerType, setReadOnly
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Workflow.ComponentModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Workflow.ComponentModel.Design.ActivityDesignerTheme- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActivityDesignerTheme
public ActivityDesignerTheme(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ActivityDesignerTheme
public ActivityDesignerTheme() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ActivityDesignerTheme
public ActivityDesignerTheme(WorkflowTheme theme) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDesignerTheme- 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 interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDesignerTheme- 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 interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDesignerTheme- 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 interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDesignerTheme- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDesignerTheme
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDesignerTheme- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ActivityDesignerTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoActivityDesignerTheme, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ActivityDesignerThemeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetBackgroundBrush
public Brush GetBackgroundBrush(Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionInvalidOperationExceptionExternalExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
Initialize
public void Initialize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException- Overrides:
Initializein classDesignerTheme- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationException
-
OnAmbientPropertyChanged
public void OnAmbientPropertyChanged(AmbientProperty ambientProperty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException
- Overrides:
OnAmbientPropertyChangedin classDesignerTheme- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatException
-
getBorderWidth
public int getBorderWidth() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationException
-
getForegroundBrush
public Brush getForegroundBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getBackColorEnd
public Color getBackColorEnd() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColorEnd
public void setBackColorEnd(Color BackColorEnd) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getBackColorStart
public Color getBackColorStart() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColorStart
public void setBackColorStart(Color BackColorStart) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getBorderColor
public Color getBorderColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderColor
public void setBorderColor(Color BorderColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeException
-
getBorderStyle
public DashStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(DashStyle BorderStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeException
-
getBackgroundStyle
public LinearGradientMode getBackgroundStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundStyle
public void setBackgroundStyle(LinearGradientMode BackgroundStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatException
-
getBoldFont
public Font getBoldFont() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionRankException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionRankException
-
getDesignerImage
public Image getDesignerImage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationException
-
getBorderPen
public Pen getBorderPen() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, ExternalException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionExternalExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
getForegroundPen
public Pen getForegroundPen() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionExternalException
-
getImageSize
public Size getImageSize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationException
-
getSize
public Size getSize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationException
-
getDesignerImagePath
public java.lang.String getDesignerImagePath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDesignerImagePath
public void setDesignerImagePath(java.lang.String DesignerImagePath) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatException
-
getDesignerGeometry
public DesignerGeometry getDesignerGeometry() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, FormatException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionXmlExceptionNotSupportedExceptionConfigurationErrorsExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationException
-
-