AyaNova business object library 4.0.1
FetchException Constructor (message, inner)
NamespacesGZTW.AyaNova.BLLFetchExceptionFetchException(String, Exception)
Initializes a new instance of the FetchException class.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public FetchException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Dim message As String
Dim inner As Exception

Dim instance As New FetchException(message, _
	inner)
public:
FetchException(
	String^ message, 
	Exception^ inner
)
public FetchException(
	String message,
	Exception inner
)
public function FetchException(
	message : String, 
	inner : Exception
)
GZTW.AyaNova.BLL.FetchException = function(message, inner);
Parameters
message (String)
inner (Exception)

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)