C# Class LibRawNet.Native.LibRawNativeException

Inheritance: System.Exception
显示文件 Open project: ashmind/librawnet

Public Methods

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

Protected Methods

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

Method Details

LibRawNativeException() public method

public LibRawNativeException ( ) : System
return System

LibRawNativeException() protected method

protected LibRawNativeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LibRawNativeException() public method

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

LibRawNativeException() public method

public LibRawNativeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System