C# Class NCop.IoC.LifetimeStragtegyException

Inheritance: System.ArgumentException
Datei anzeigen Open project: sagifogel/NCop

Public Methods

Method Description
LifetimeStragtegyException ( Exception innerException ) : System
LifetimeStragtegyException ( string message = null ) : System
LifetimeStragtegyException ( string message, Exception innerException ) : System
LifetimeStragtegyException ( string parameterName, string message = null ) : System

Protected Methods

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

Method Details

LifetimeStragtegyException() public method

public LifetimeStragtegyException ( Exception innerException ) : System
innerException System.Exception
return System

LifetimeStragtegyException() protected method

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

LifetimeStragtegyException() public method

public LifetimeStragtegyException ( string message = null ) : System
message string
return System

LifetimeStragtegyException() public method

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

LifetimeStragtegyException() public method

public LifetimeStragtegyException ( string parameterName, string message = null ) : System
parameterName string
message string
return System