SchemeOperationException - конструктор
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)
-