'Declaration
Protected Overloads Shared Function Exception( _ ByVal format As String, _ ByVal arg1 As Object, _ ByVal arg2 As Object _ ) As Exception
'Usage
Dim format As String Dim arg1 As Object Dim arg2 As Object Dim value As Exception value = SchemaValidator.Exception(format, arg1, arg2)
Parameters
- format
- arg1
- arg2