Reference Library
MpqException Constructor (message, inner)
NamespacesMBNCSUtil.DataMpqExceptionMpqException(String, Exception)
Creates an MPQ exception with the specified message and inner exception.
Declaration Syntax
C#Visual BasicVisual C++
public MpqException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
MpqException(
	String^ message, 
	Exception^ inner
)
Parameters
message (String)
The error message related to the exception.
inner (Exception)
A related exception that caused this exception.

Assembly: Asgard5Library (Module: Asgard5Library)