C# Class BotCore.Types.WalkingException

Inheritance: Exception
Mostrar archivo Open project: wren11/ETDA

Public Methods

Method Description
WalkingException ( ) : System
WalkingException ( string message ) : System
WalkingException ( string message, Exception innerException ) : System

Protected Methods

Method Description
WalkingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

WalkingException() public method

public WalkingException ( ) : System
return System

WalkingException() protected method

protected WalkingException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

WalkingException() public method

public WalkingException ( string message ) : System
message string
return System

WalkingException() public method

public WalkingException ( string message, Exception innerException ) : System
message string
innerException Exception
return System