Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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