SchemeObjectNotFoundException(String, Guid, String, Exception) - конструктор
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 String
-
- objectId Guid
-
- objectName String
-
- innerException Exception
-