C# Класс Fusion.Core.Content.ContentException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

public ContentException ( ) : System
Результат System

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

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

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

public ContentException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System