Class InvalidStatTypeException
Inheritance
System.Object
InvalidStatTypeException
Assembly: AltV.Net.Client.dll
Syntax
public class InvalidStatTypeException : Exception
Constructors
|
Improve this Doc
View Source
InvalidStatTypeException(String, Type, Type)
Declaration
public InvalidStatTypeException(string statName, Type providedType, Type neededType)
Parameters
| Type |
Name |
Description |
| System.String |
statName |
|
| Type |
providedType |
|
| Type |
neededType |
|
Properties
|
Improve this Doc
View Source
Message
Declaration
public override string Message { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
NeededType
Declaration
public Type NeededType { get; }
Property Value
|
Improve this Doc
View Source
ProvidedType
Declaration
public Type ProvidedType { get; }
Property Value
|
Improve this Doc
View Source
StatName
Declaration
public string StatName { get; }
Property Value
| Type |
Description |
| System.String |
|