C# Class Tup.Cobar4Net.Config.Util.ObjectAccessException

Inheritance: System.Exception
ファイルを表示 Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
ObjectAccessException ( string message ) : System
ObjectAccessException ( string message, Exception cause ) : System

Method Details

ObjectAccessException() public method

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

ObjectAccessException() public method

public ObjectAccessException ( string message, Exception cause ) : System
message string
cause System.Exception
return System