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