C# Class Castle.ManagementExtensions.ManagedObjectNotFoundException

Inheritance: System.Exception
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ManagedObjectNotFoundException ( ) : System
ManagedObjectNotFoundException ( String objectName ) : System
ManagedObjectNotFoundException ( System info, System context ) : System

Method Details

ManagedObjectNotFoundException() public method

public ManagedObjectNotFoundException ( ) : System
return System

ManagedObjectNotFoundException() public method

public ManagedObjectNotFoundException ( String objectName ) : System
objectName String
return System

ManagedObjectNotFoundException() public method

public ManagedObjectNotFoundException ( System info, System context ) : System
info System
context System
return System