C# Class PhotoSharingApp.AppService.Shared.DataLayerException

Inheritance: System.Exception
Mostra file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
DataLayerException ( DataLayerError error, string message ) : System

Constructor for DataLayerException.

DataLayerException ( DataLayerError error, string message, Exception innerException ) : System

Constructor for DataLayerException.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Get serialized object data.

Method Details

DataLayerException() public method

Constructor for DataLayerException.
public DataLayerException ( DataLayerError error, string message ) : System
error DataLayerError The DataLayerError.
message string The message.
return System

DataLayerException() public method

Constructor for DataLayerException.
public DataLayerException ( DataLayerError error, string message, Exception innerException ) : System
error DataLayerError The DataLayerError.
message string The message.
innerException System.Exception The inner exception.
return System

GetObjectData() public method

Get serialized object data.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Serialized stream.
return void