Namespace: NReco.PhantomJSAssembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
public PhantomJSException(
int errCode,
string message
)
public PhantomJSException(
int errCode,
string message
)
Public Sub New (
errCode As Integer,
message As String
)
Public Sub New (
errCode As Integer,
message As String
)
public:
PhantomJSException(
int errCode,
String^ message
)
public:
PhantomJSException(
int errCode,
String^ message
)
new :
errCode : int *
message : string -> PhantomJSException
new :
errCode : int *
message : string -> PhantomJSException