Constructor FrameworkApplicationException
- Namespace
- FrameworkSystems.FrameworkExceptions
- Assembly
- FrameworkSystems.FrameworkExceptions.dll
FrameworkApplicationException(string)
public FrameworkApplicationException(string msg)
Parameters
msg
string
FrameworkApplicationException(string, int)
public FrameworkApplicationException(string msg, int severity)
Parameters
msg
string
severity
int
FrameworkApplicationException(string, Exception)
public FrameworkApplicationException(string msg, Exception innerEx)
Parameters
msg
string
innerEx
Exception
FrameworkApplicationException(string, int, Exception)
public FrameworkApplicationException(string msg, int severity, Exception innerEx)
Parameters
msg
string
severity
int
innerEx
Exception
FrameworkApplicationException(MLKeyText)
public FrameworkApplicationException(MLKeyText mlkeyText)
Parameters
mlkeyText
MLKeyText
FrameworkApplicationException(MLKeyText, int)
public FrameworkApplicationException(MLKeyText mlkeyText, int severity)
Parameters
mlkeyText
MLKeyText
severity
int
FrameworkApplicationException(MLKeyText, Exception)
public FrameworkApplicationException(MLKeyText mlkeyText, Exception innerEx)
Parameters
mlkeyText
MLKeyText
innerEx
Exception
FrameworkApplicationException(MLKeyText, int, Exception)
public FrameworkApplicationException(MLKeyText mlkeyText, int severity, Exception innerEx)
Parameters
mlkeyText
MLKeyText
severity
int
innerEx
Exception