SchemeObjectNotFoundException(String, Guid, String) - конструктор |
Пространство имён:
Tessa.Scheme
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
- objectId
- Тип: SystemGuid
- objectName (Optional)
- Тип: SystemString
См. также