C# Class NetIde.NetIdeException

Inheritance: System.Exception
Show file Open project: netide/netide

Public Methods

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

Protected Methods

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

Method Details

NetIdeException() public method

public NetIdeException ( ) : System
return System

NetIdeException() protected method

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

NetIdeException() public method

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

NetIdeException() public method

public NetIdeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System