C# Class DotNetNuke.Modules.UserDefinedTable.UnknownDataTypeException

Inheritance: System.Exception
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Méthodes publiques

Méthode Description
UnknownDataTypeException ( ) : System
UnknownDataTypeException ( string message ) : System

Méthodes protégées

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

Method Details

UnknownDataTypeException() public méthode

public UnknownDataTypeException ( ) : System
Résultat System

UnknownDataTypeException() protected méthode

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

UnknownDataTypeException() public méthode

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