IFsrmFileScreenManager.GetFileScreenException Method (String)
Retrieves the specified file screen exception.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmFileScreenException GetFileScreenException(
string Path
)
IFsrmFileScreenException^ GetFileScreenException(
String^ Path
)
abstract GetFileScreenException :
Path:string -> IFsrmFileScreenException
Function GetFileScreenException (
Path As String
) As IFsrmFileScreenException
Parameters
Path
Type: System.StringThe local directory path associated with the file screen exception that you want to retrieve. The path is limited to 260 characters.
Return Value
Type: Microsoft.Storage.IFsrmFileScreenException
Returns a IFsrmFileScreenException interface to the file screen exception.
See Also
FsrmFileScreenManager
IFsrmFileScreenManager Interface
Microsoft.Storage Namespace
Return to top