C# Class Patchwork.Engine.PatchImportException

Inheritance: PatchException
Mostra file Open project: GregRos/Patchwork

Public Methods

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

Protected Methods

Method Description
PatchImportException ( SerializationInfo info, StreamingContext c ) : System

Method Details

PatchImportException() public method

public PatchImportException ( ) : System
return System

PatchImportException() protected method

protected PatchImportException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
return System

PatchImportException() public method

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

PatchImportException() public method

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