Costruttore QsExceptionList (String, Exception, ListException)
|
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QsExceptionList(
string msg,
Exception ex,
List<Exception> exceptionList
)
Public Sub New (
msg As String,
ex As Exception,
exceptionList As List(Of Exception)
)
public:
QsExceptionList(
String^ msg,
Exception^ ex,
List<Exception^>^ exceptionList
)
new :
msg : string *
ex : Exception *
exceptionList : List<Exception> -> QsExceptionList
Parametri
- msg
- Tipo: SystemString
- ex
- Tipo: SystemException
- exceptionList
- Tipo: System.Collections.GenericListException
Vedi anche