Skip to content

concurrency::streams::fstream::open_istream raising exception. #1631

Open
@Rohit2387

Description

@Rohit2387

try
{
concurrency::streams::fstream::open_istream("myfile.txt");
}
catch(...)

{
std::cout << "Exception Caught \n";
}
I am writing one sample client which upload file , but this line return exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions