Public Function New( _ ByVal message As String, _ ByVal ParamArray formatArguments() As Object _ )
Dim message As String Dim formatArguments() As Object Dim instance As New NinjaDbProException(message, formatArguments)
public NinjaDbProException( string message, params object[] formatArguments )
public: NinjaDbProException( String^ message, ... array<Object^>^ formatArguments )
Parameters
- message
- formatArguments