LoadingFailedException Constructor (String, Exception)

SFML.Net

LoadingFailedException Constructor (String, Exception)
Failure to load a resource from memory

Namespace: SFML
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public LoadingFailedException(
	string resourceName,
	Exception innerException
)
Public Sub New ( 
	resourceName As String,
	innerException As Exception
)
public:
LoadingFailedException(
	String^ resourceName, 
	Exception^ innerException
)
new : 
        resourceName : string * 
        innerException : Exception -> LoadingFailedException

Parameters

resourceName
Type: SystemString
Name of the resource
innerException
Type: SystemException
Exception which is the cause ofthe current exception
See Also