C# Класс SeeingSharp.SeeingSharpGraphicsException

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

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

Метод Описание
SeeingSharpGraphicsException ( string message ) : System

Initializes a new instance of the SeeingSharpGraphicsException class.

SeeingSharpGraphicsException ( string message, Exception innerException ) : System

Initializes a new instance of the SeeingSharpGraphicsException class.

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

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

Initializes a new instance of the SeeingSharpGraphicsException class.
public SeeingSharpGraphicsException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the SeeingSharpGraphicsException class.
public SeeingSharpGraphicsException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Результат System