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