C# Class VL.FMODStudio.Exceptions.NotLoadedException

Inheritance: Exception
Mostrar archivo Open project: domjancik/VL.FMODStudio

Public Methods

Method Description
NotLoadedException ( ) : System
NotLoadedException ( string message ) : System
NotLoadedException ( string message, Exception innerException ) : System

Protected Methods

Method Description
NotLoadedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotLoadedException() public method

public NotLoadedException ( ) : System
return System

NotLoadedException() protected method

protected NotLoadedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NotLoadedException() public method

public NotLoadedException ( string message ) : System
message string
return System

NotLoadedException() public method

public NotLoadedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System