LoadingFailedException Constructor

SFML.Net

LoadingFailedException Constructor
Overload List
  Name Description
Public method LoadingFailedException
Default constructor (unknown error)
Public method LoadingFailedException(String)
Failure to load a resource from memory
Public method LoadingFailedException(SerializationInfo, StreamingContext)
Initialize an instance of the exception with serialized data
Public method LoadingFailedException(String, Exception)
Failure to load a resource from memory
Public method LoadingFailedException(String, String)
Failure to load a resource from a file
Public method LoadingFailedException(String, String, Exception)
Failure to load a resource from a file
Top
See Also