C# Class DotNetNuke.Modules.UserDefinedTable.UnknownDataTypeException

Inheritance: System.Exception
Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Public Methods

Method Description
UnknownDataTypeException ( ) : System
UnknownDataTypeException ( string message ) : System

Protected Methods

Method Description
UnknownDataTypeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnknownDataTypeException() public method

public UnknownDataTypeException ( ) : System
return System

UnknownDataTypeException() protected method

protected UnknownDataTypeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UnknownDataTypeException() public method

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