C# Class Platform.ViewClients.ViewContainerNotFoundException

Inheritance: System.Exception
显示文件 Open project: Lokad/lokad-data-platform

Public Methods

Method Description
ViewContainerNotFoundException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

ViewContainerNotFoundException() protected method

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

ViewContainerNotFoundException() public method

public ViewContainerNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
return System