'Declaration Public Function New( _
ByVal exceptionThe exception.As System.Exception _
)
public RuntimeError(
System.Exception exception
)
public: RuntimeError(
System.Exception* exception
)
public:
RuntimeError(
System.Exception^ exception
)
Parameters
- exception
- The exception.