ChallengeException Constructor (String, Type) |
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic ChallengeException(
string foundValue,
Type enumType
)
Public Sub New (
foundValue As String,
enumType As Type
)
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