Package system.servicemodel.activities
Class WorkflowUpdateableControlClient
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.activities.WorkflowUpdateableControlClient
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WorkflowUpdateableControlClient extends NetObject
The base .NET class managing System.ServiceModel.Activities.WorkflowUpdateableControlClient, System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Activities.WorkflowUpdateableControlClient
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.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.ServiceModel.Activitiesstatic java.lang.StringclassNameQualified class name: System.ServiceModel.Activities.WorkflowUpdateableControlClientstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowUpdateableControlClient()WorkflowUpdateableControlClient(java.lang.Object instance)Internal constructor.WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName)WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName, java.lang.String remoteAddress)WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName, EndpointAddress remoteAddress)WorkflowUpdateableControlClient(WorkflowControlEndpoint workflowEndpoint)WorkflowUpdateableControlClient(Binding binding, EndpointAddress remoteAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAbandon(Guid instanceId)voidAbandon(Guid instanceId, java.lang.String reason)voidAbandonAsync(Guid instanceId)voidAbandonAsync(Guid instanceId, java.lang.String reason)voidAbandonAsync(Guid instanceId, java.lang.String reason, NetObject userState)voidAbandonAsync(Guid instanceId, NetObject userState)IAsyncResultBeginAbandon(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)IAsyncResultBeginAbandon(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginCancel(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginRun(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginSuspend(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)IAsyncResultBeginSuspend(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginTerminate(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)IAsyncResultBeginTerminate(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginUnsuspend(Guid instanceId, AsyncCallback callback, NetObject state)IAsyncResultBeginUpdate(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity, AsyncCallback callback, NetObject state)voidCancel(Guid instanceId)voidCancelAsync(Guid instanceId)voidCancelAsync(Guid instanceId, NetObject userState)static WorkflowUpdateableControlClientcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWorkflowUpdateableControlClient, a cast assert is made to check if types are compatible.voidEndAbandon(IAsyncResult result)voidEndCancel(IAsyncResult result)voidEndRun(IAsyncResult result)voidEndSuspend(IAsyncResult result)voidEndTerminate(IAsyncResult result)voidEndUnsuspend(IAsyncResult result)voidEndUpdate(IAsyncResult result)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidRun(Guid instanceId)voidRunAsync(Guid instanceId)voidRunAsync(Guid instanceId, NetObject userState)voidsetJCOInstance(JCObject instance)voidSuspend(Guid instanceId)voidSuspend(Guid instanceId, java.lang.String reason)voidSuspendAsync(Guid instanceId)voidSuspendAsync(Guid instanceId, java.lang.String reason)voidSuspendAsync(Guid instanceId, java.lang.String reason, NetObject userState)voidSuspendAsync(Guid instanceId, NetObject userState)voidTerminate(Guid instanceId)voidTerminate(Guid instanceId, java.lang.String reason)voidTerminateAsync(Guid instanceId)voidTerminateAsync(Guid instanceId, java.lang.String reason)voidTerminateAsync(Guid instanceId, java.lang.String reason, NetObject userState)voidTerminateAsync(Guid instanceId, NetObject userState)voidUnsuspend(Guid instanceId)voidUnsuspendAsync(Guid instanceId)voidUnsuspendAsync(Guid instanceId, NetObject userState)voidUpdate(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity)voidUpdateAsync(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity)voidUpdateAsync(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity, NetObject userState)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel.Activities, 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.ServiceModel.Activities- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Activities.WorkflowUpdateableControlClient- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient() throws java.lang.Throwable, ArgumentException, ConfigurationException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException, CryptographicException
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(WorkflowControlEndpoint workflowEndpoint) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CryptographicException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionCryptographicException
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(Binding binding, EndpointAddress remoteAddress) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CryptographicException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionCryptographicException
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, InvalidEnumArgumentException, CryptographicException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionCryptographicException
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName, EndpointAddress remoteAddress) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundException
-
WorkflowUpdateableControlClient
public WorkflowUpdateableControlClient(java.lang.String endpointConfigurationName, java.lang.String remoteAddress) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, UriFormatException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionUriFormatExceptionNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static WorkflowUpdateableControlClient cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWorkflowUpdateableControlClient, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WorkflowUpdateableControlClientinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BeginAbandon
public IAsyncResult BeginAbandon(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
BeginAbandon
public IAsyncResult BeginAbandon(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
BeginCancel
public IAsyncResult BeginCancel(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginRun
public IAsyncResult BeginRun(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginSuspend
public IAsyncResult BeginSuspend(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionNullReferenceException
-
BeginSuspend
public IAsyncResult BeginSuspend(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginTerminate
public IAsyncResult BeginTerminate(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionNullReferenceException
-
BeginTerminate
public IAsyncResult BeginTerminate(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginUnsuspend
public IAsyncResult BeginUnsuspend(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
BeginUpdate
public IAsyncResult BeginUpdate(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
Abandon
public void Abandon(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
Abandon
public void Abandon(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
AbandonAsync
public void AbandonAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, NullReferenceException
-
Cancel
public void Cancel(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
CancelAsync
public void CancelAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
CancelAsync
public void CancelAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException
-
EndAbandon
public void EndAbandon(IAsyncResult result) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
EndCancel
public void EndCancel(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndRun
public void EndRun(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndSuspend
public void EndSuspend(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndTerminate
public void EndTerminate(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndUnsuspend
public void EndUnsuspend(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
EndUpdate
public void EndUpdate(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexException
-
Run
public void Run(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
RunAsync
public void RunAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
RunAsync
public void RunAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException
-
Suspend
public void Suspend(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundException
-
Suspend
public void Suspend(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
SuspendAsync
public void SuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedException
-
SuspendAsync
public void SuspendAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, WaitHandleCannotBeOpenedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundException
-
SuspendAsync
public void SuspendAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
SuspendAsync
public void SuspendAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentNullException, MissingManifestResourceException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException
- Throws:
java.lang.ThrowableMulticastNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundException
-
Terminate
public void Terminate(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundException
-
Terminate
public void Terminate(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
TerminateAsync
public void TerminateAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedException
-
TerminateAsync
public void TerminateAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, WaitHandleCannotBeOpenedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundException
-
TerminateAsync
public void TerminateAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
TerminateAsync
public void TerminateAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentNullException, MissingManifestResourceException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException
- Throws:
java.lang.ThrowableMulticastNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundException
-
Unsuspend
public void Unsuspend(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
UnsuspendAsync
public void UnsuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
UnsuspendAsync
public void UnsuspendAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException
-
Update
public void Update(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryException
-
UpdateAsync
public void UpdateAsync(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
UpdateAsync
public void UpdateAsync(Guid instanceId, WorkflowIdentity updatedDefinitionIdentity, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException
-
-