C# Class Asv.Mavlink.MavlinkException

Inheritance: Exception
Mostrar archivo Open project: asvol/mavlink.net

Public Methods

Method Description
MavlinkException ( ) : System
MavlinkException ( string message ) : System
MavlinkException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

MavlinkException() public method

public MavlinkException ( ) : System
return System

MavlinkException() protected method

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

MavlinkException() public method

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

MavlinkException() public method

public MavlinkException ( string message, Exception inner ) : System
message string
inner Exception
return System