Class StatusCheckMethodNotFoundException
Inheritance
StatusCheckMethodNotFoundException
Assembly: FRC.WPIUtil.dll
Syntax
public class StatusCheckMethodNotFoundException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
StatusCheckMethodNotFoundException(String, Type, String)
Declaration
public StatusCheckMethodNotFoundException(string message, Type searchType, string methodName)
Parameters
Properties
|
Improve this Doc
View Source
MethodName
Declaration
public string MethodName { get; }
Property Value
|
Improve this Doc
View Source
SearchType
Declaration
public Type SearchType { get; }
Property Value
Implements