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