Method | Description | |
---|---|---|
BlogImportException ( string importFailureReason ) : System |
Creates a new BlogImportException instance.
|
|
BlogImportException ( string importFailureReason, |
Creates a new BlogImportException instance.
|
public BlogImportException ( string importFailureReason ) : System | ||
importFailureReason | string | This is our best guess as to why the import failed /// and we threw the error. i.e.- Could not find the BlogML file, The BlogML file is not /// valid, etc... |
return | System |
public BlogImportException ( string importFailureReason, |
||
importFailureReason | string | This is our best guess as to why the import failed /// and we threw the error. i.e.- Could not find the BlogML file, The BlogML file is not /// valid, etc... |
innerException | ||
return | System |