Click or drag to resize

ResourceNotFoundException Constructor (String, String)

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ResourceNotFoundException(
	string resourceName,
	string resourcePath
)

Parameters

resourceName
Type: SystemString
resourcePath
Type: SystemString
See Also