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