C# Class Patchwork.Engine.PatchDeclerationException

Inheritance: PatchException
Show file Open project: GregRos/Patchwork

Public Methods

Method Description
PatchDeclerationException ( ) : System
PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
PatchDeclerationException ( string message ) : System
PatchDeclerationException ( string message, Exception innerException ) : System

Method Details

PatchDeclerationException() public method

public PatchDeclerationException ( ) : System
return System

PatchDeclerationException() public method

public PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
return System

PatchDeclerationException() public method

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

PatchDeclerationException() public method

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