QuickOPC User's Guide and Reference
IncorrectPasswordException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : IncorrectPasswordException Class
An exception thrown when an incorrect password has been specified.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<GuidAttribute("D84B860A-49A1-4400-ADFB-60C2E62DF3A9")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class IncorrectPasswordException 
   Inherits Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As IncorrectPasswordException
[ComVisible(false)]
[Guid("D84B860A-49A1-4400-ADFB-60C2E62DF3A9")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class IncorrectPasswordException : Exception2, OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComVisible(false)]
[Guid("D84B860A-49A1-4400-ADFB-60C2E62DF3A9")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class IncorrectPasswordException : public Exception2, OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.BaseLib.IncorrectPasswordException

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also