TelemetryExceptionEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TelemetryExceptionEvent() | |
| TelemetryExceptionEvent(String, String, String, String, String, String, String) |
TelemetryExceptionEvent()
public:
TelemetryExceptionEvent();
public TelemetryExceptionEvent ();
Public Sub New ()
Applies to
TelemetryExceptionEvent(String, String, String, String, String, String, String)
public:
TelemetryExceptionEvent(System::String ^ serverClassName, System::String ^ serverProductReleaseLevel, System::String ^ dataProviderName, System::String ^ clientProcessName, System::String ^ sqlState, System::String ^ sqlCode, System::String ^ reasonCode);
public TelemetryExceptionEvent (string serverClassName, string serverProductReleaseLevel, string dataProviderName, string clientProcessName, string sqlState, string sqlCode, string reasonCode);
new Microsoft.HostIntegration.Drda.Common.TelemetryExceptionEvent : string * string * string * string * string * string * string -> Microsoft.HostIntegration.Drda.Common.TelemetryExceptionEvent
Public Sub New (serverClassName As String, serverProductReleaseLevel As String, dataProviderName As String, clientProcessName As String, sqlState As String, sqlCode As String, reasonCode As String)
Parameters
- serverClassName
- String
- serverProductReleaseLevel
- String
- dataProviderName
- String
- clientProcessName
- String
- sqlState
- String
- sqlCode
- String
- reasonCode
- String