Opc.Ua.Core
Exception(String) Method



Opc.Ua.Schema Namespace > SchemaValidator Class > Exception Method : Exception(String) Method
Formats a string and throws an exception.
Syntax
'Declaration
 
Protected Overloads Shared Function Exception( _
   ByVal format As String _
) As Exception
'Usage
 
Dim format As String
Dim value As Exception
 
value = SchemaValidator.Exception(format)
protected static Exception Exception( 
   string format
)
protected:
static Exception^ Exception( 
   String^ format
) 

Parameters

format
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaValidator Class
SchemaValidator Members
Overload List