다음을 통해 공유


FsrmFileScreenManagerClass.GetFileScreenException Method (String)

 

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.String

    The 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