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