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
public virtual IFsrmFileScreenException GetFileScreenException(
string Path
)
public:
virtual IFsrmFileScreenException^ GetFileScreenException(
String^ Path
)
abstract GetFileScreenException :
Path:string -> IFsrmFileScreenException
override GetFileScreenException :
Path:string -> IFsrmFileScreenException
Public Overridable 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.
Implements
IFsrmFileScreenManager.GetFileScreenException(String)
See Also
IFsrmFileScreenManager
FsrmFileScreenManager
FsrmFileScreenManagerClass Class
Microsoft.Storage Namespace
Return to top