AdapterTrace.Trace メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Trace(TraceEventType, String, String)
public:
void Trace(System::Diagnostics::TraceEventType type, System::String ^ eventCode, System::String ^ description);
public void Trace (System.Diagnostics.TraceEventType type, string eventCode, string description);
member this.Trace : System.Diagnostics.TraceEventType * string * string -> unit
Public Sub Trace (type As TraceEventType, eventCode As String, description As String)
パラメーター
- type
- TraceEventType
- eventCode
- String
- description
- String
適用対象
Trace(TraceEventType, String, String, Object)
public:
void Trace(System::Diagnostics::TraceEventType type, System::String ^ eventCode, System::String ^ description, System::Object ^ source);
public void Trace (System.Diagnostics.TraceEventType type, string eventCode, string description, object source);
member this.Trace : System.Diagnostics.TraceEventType * string * string * obj -> unit
Public Sub Trace (type As TraceEventType, eventCode As String, description As String, source As Object)
パラメーター
- type
- TraceEventType
- eventCode
- String
- description
- String
- source
- Object
適用対象
Trace(TraceEventType, String, String, Object, TraceRecord)
public:
void Trace(System::Diagnostics::TraceEventType type, System::String ^ eventCode, System::String ^ description, System::Object ^ source, Microsoft::ServiceModel::Channels::Common::TraceRecord ^ extendedData);
public void Trace (System.Diagnostics.TraceEventType type, string eventCode, string description, object source, Microsoft.ServiceModel.Channels.Common.TraceRecord extendedData);
member this.Trace : System.Diagnostics.TraceEventType * string * string * obj * Microsoft.ServiceModel.Channels.Common.TraceRecord -> unit
Public Sub Trace (type As TraceEventType, eventCode As String, description As String, source As Object, extendedData As TraceRecord)
パラメーター
- type
- TraceEventType
- eventCode
- String
- description
- String
- source
- Object
- extendedData
- TraceRecord
適用対象
Trace(TraceEventType, String, String, Object, Exception)
public:
void Trace(System::Diagnostics::TraceEventType type, System::String ^ eventCode, System::String ^ description, System::Object ^ source, Exception ^ exception);
public void Trace (System.Diagnostics.TraceEventType type, string eventCode, string description, object source, Exception exception);
member this.Trace : System.Diagnostics.TraceEventType * string * string * obj * Exception -> unit
パラメーター
- type
- TraceEventType
- eventCode
- String
- description
- String
- source
- Object
- exception
- Exception
適用対象
Trace(TraceEventType, String, String, Object, TraceRecord, Exception)
public:
void Trace(System::Diagnostics::TraceEventType type, System::String ^ eventCode, System::String ^ description, System::Object ^ source, Microsoft::ServiceModel::Channels::Common::TraceRecord ^ extendedData, Exception ^ exception);
public void Trace (System.Diagnostics.TraceEventType type, string eventCode, string description, object source, Microsoft.ServiceModel.Channels.Common.TraceRecord extendedData, Exception exception);
member this.Trace : System.Diagnostics.TraceEventType * string * string * obj * Microsoft.ServiceModel.Channels.Common.TraceRecord * Exception -> unit
パラメーター
- type
- TraceEventType
- eventCode
- String
- description
- String
- source
- Object
- extendedData
- TraceRecord
- exception
- Exception