C# Класс Stride.Core.Serialization.Contents.ContentManagerException

A subtype of Exception thrown by the ContentManager.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ContentManagerException ( string message ) : System
ContentManagerException ( string message, Exception innerException ) : System

Описание методов

ContentManagerException() публичный Метод

public ContentManagerException ( string message ) : System
message string
Результат System

ContentManagerException() публичный Метод

public ContentManagerException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System