XppException.SetInfologMessage Method

Definition

Overloads

SetInfologMessage(ExceptionKind, String)
SetInfologMessage(ExceptionKind, String, String)

SetInfologMessage(ExceptionKind, String)

public:
 static void SetInfologMessage(Microsoft::Dynamics::Ax::Xpp::ExceptionKind exceptionKind, System::String ^ text);
public static void SetInfologMessage (Microsoft.Dynamics.Ax.Xpp.ExceptionKind exceptionKind, string text);
static member SetInfologMessage : Microsoft.Dynamics.Ax.Xpp.ExceptionKind * string -> unit
Public Shared Sub SetInfologMessage (exceptionKind As ExceptionKind, text As String)

Parameters

exceptionKind
ExceptionKind
text
String

Applies to

SetInfologMessage(ExceptionKind, String, String)

public:
 static void SetInfologMessage(Microsoft::Dynamics::Ax::Xpp::ExceptionKind exceptionKind, System::String ^ text, System::String ^ stackTrace);
public static void SetInfologMessage (Microsoft.Dynamics.Ax.Xpp.ExceptionKind exceptionKind, string text, string stackTrace);
static member SetInfologMessage : Microsoft.Dynamics.Ax.Xpp.ExceptionKind * string * string -> unit
Public Shared Sub SetInfologMessage (exceptionKind As ExceptionKind, text As String, stackTrace As String)

Parameters

exceptionKind
ExceptionKind
text
String
stackTrace
String

Applies to