C# Class SharpPlant.SharpPlantReview.SprException

Inheritance: System.Exception
Datei anzeigen Open project: phusband/SharpPlant

Public Methods

Method Description
SprException ( string message ) : System

Protected Methods

Method Description
SprException ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

SprException() protected method

protected SprException ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
return System

SprException() public method

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