C# Класс VL.FMODStudio.Exceptions.NotLoadedException

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

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

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

Защищенные методы

Метод Описание
NotLoadedException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

NotLoadedException() защищенный Метод

protected NotLoadedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

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

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

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