Opc.Ua.Core
Exception(String,Object,Object,Object) Method



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

Parameters

format
arg1
arg2
arg3
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