C# Class PetStore.Service.ServiceLayerException

Inheritance: System.Exception
Exibir arquivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ServiceLayerException ( SerializationInfo info, StreamingContext context ) : System
ServiceLayerException ( string message ) : System
ServiceLayerException ( string message, Exception innerException ) : System

Method Details

ServiceLayerException() public method

public ServiceLayerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ServiceLayerException() public method

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

ServiceLayerException() public method

public ServiceLayerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System