FactSetQueryError Constructor |
Constructor
Namespace:
Kratos_3.KratosException
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic FactSetQueryError(
string msg,
string serverInput
)
Public Sub New (
msg As String,
serverInput As String
)
public:
FactSetQueryError(
String^ msg,
String^ serverInput
)
new :
msg : string *
serverInput : string -> FactSetQueryError
Parameters
- msg
- Type: SystemString
Message received from servers - serverInput
- Type: SystemString
Full text downloaded from servers
See Also