SchemeOperationException - конструктор
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public SchemeOperationException(
string? message,
SchemeOperationDump dump,
Exception? innerException = null
)
Public Sub New (
message As String,
dump As SchemeOperationDump,
Optional innerException As Exception = Nothing
)
public:
SchemeOperationException(
String^ message,
SchemeOperationDump^ dump,
Exception^ innerException = nullptr
)
new :
message : string *
dump : SchemeOperationDump *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> SchemeOperationException
Параметры
- message String
-
- dump SchemeOperationDump
-
- innerException Exception (Optional)
-