XppException.SetInfologMessage Method
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
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