Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Record an error along with Exception information.
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public MustOverride Sub Error ( _
category As String, _
debugText As String, _
ex As Exception _
)
'Usage
Dim instance As DebugContext
Dim category As String
Dim debugText As String
Dim ex As Exception
instance.Error(category, debugText, ex)
public abstract void Error(
string category,
string debugText,
Exception ex
)
public:
virtual void Error(
String^ category,
String^ debugText,
Exception^ ex
) abstract
public abstract function Error(
category : String,
debugText : String,
ex : Exception
)
Parameters
- category
Type: System..::.String
The category the error belongs to.
- debugText
Type: System..::.String
The message the error contains.
- ex
Type: System..::.Exception
Inner Exception responsible for the error.
Remarks
Use this method to record an error with an exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.