Click or drag to resize
ChallengeException Constructor (String, Type)
Initializes a new instance of the ChallengeException class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ChallengeException(
	string foundValue,
	Type enumType
)

Parameters

foundValue
Type: SystemString

[Missing <param name="foundValue"/> documentation for "M:Planetbase.ChallengeException.#ctor(System.String,System.Type)"]

enumType
Type: SystemType

[Missing <param name="enumType"/> documentation for "M:Planetbase.ChallengeException.#ctor(System.String,System.Type)"]

See Also