Ninja Database Pro
NinjaDbProException Constructor



KellermanSoftware.NinjaDatabasePro Namespace > NinjaDbProException Class : NinjaDbProException Constructor
Create a formatted message for the exception
Syntax
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
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

NinjaDbProException Class
NinjaDbProException Members