EventHandlerInitializationException.Create(Type, String, Exception) 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.
public:
static Microsoft::Dynamics::Ax::Xpp::EventHandlerInitializationException ^ Create(Type ^ eventHandlerDeclaringType, System::String ^ eventHandlerName, Exception ^ innerException);
public static Microsoft.Dynamics.Ax.Xpp.EventHandlerInitializationException Create (Type eventHandlerDeclaringType, string eventHandlerName, Exception innerException);
static member Create : Type * string * Exception -> Microsoft.Dynamics.Ax.Xpp.EventHandlerInitializationException
Public Shared Function Create (eventHandlerDeclaringType As Type, eventHandlerName As String, innerException As Exception) As EventHandlerInitializationException
Parameters
- eventHandlerDeclaringType
- Type
- eventHandlerName
- String
- innerException
- Exception