C# Class DynamicJson.AspDateTimeException

Inheritance: System.ArgumentException
Afficher le fichier Open project: pieterbreed/Dynamic-Json-for-.NET

Méthodes publiques

Méthode Description
AspDateTimeException ( ) : System
AspDateTimeException ( string message ) : System
AspDateTimeException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
AspDateTimeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AspDateTimeException() public méthode

public AspDateTimeException ( ) : System
Résultat System

AspDateTimeException() protected méthode

protected AspDateTimeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AspDateTimeException() public méthode

public AspDateTimeException ( string message ) : System
message string
Résultat System

AspDateTimeException() public méthode

public AspDateTimeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System