C# Class Patchwork.Engine.PatchException

Inheritance: System.ApplicationException
Mostrar archivo Open project: GregRos/Patchwork

Protected Methods

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

Method Details

PatchException() protected method

protected PatchException ( ) : System
return System

PatchException() protected method

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

PatchException() protected method

protected PatchException ( string message ) : System
message string
return System

PatchException() protected method

protected PatchException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System