SchemeObjectNotFoundException(String, Guid, String, Exception) - конструктор |
Пространство имён:
Tessa.Scheme
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public SchemeObjectNotFoundException(
string message,
Guid objectId,
string objectName,
Exception innerException
)
Public Sub New (
message As String,
objectId As Guid,
objectName As String,
innerException As Exception
)
public:
SchemeObjectNotFoundException(
String^ message,
Guid objectId,
String^ objectName,
Exception^ innerException
)
new :
message : string *
objectId : Guid *
objectName : string *
innerException : Exception -> SchemeObjectNotFoundException
Параметры
- message
- Тип: SystemString
- objectId
- Тип: SystemGuid
- objectName
- Тип: SystemString
- innerException
- Тип: SystemException
См. также