C# Class Machete.Core.MacheteException

Inheritance: System.Exception
ファイルを表示 Open project: ChaosPandion/Machete

Public Methods

Method Description
MacheteException ( ) : System
MacheteException ( SerializationInfo info, StreamingContext context ) : System
MacheteException ( string message ) : System
MacheteException ( string message, Exception innerException ) : System

Method Details

MacheteException() public method

public MacheteException ( ) : System
return System

MacheteException() public method

public MacheteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

MacheteException() public method

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

MacheteException() public method

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