Visavi Visual OPC .NET  

AsyncIoNotAvailableException Class

Exception occurs when an asynchronous write is called and the corresponding interface is not available from the OPC Server.

System.Object
   System.Exception
      System.AsyncIoNotAvailableException

[Visual Basic]
Public Class AsyncIoNotAvailableException
   Inherits Exception
[C#]
public class AsyncIoNotAvailableException : Exception
[C++]
public __gc class AsyncIoNotAvailableException : public Exception
[JScript]
public
class AsyncIoNotAvailableException extends Exception

Remarks

Exception occurs when an asynchronous write is called and the corresponding interface is not available from the OPC Server.

Requirements

Namespace: Visavi.Opc.Client

Platforms:  Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Visavi.Opc.Client

See Also

Opc Server | Visavi.Opc.Client Namespace