Thanks to visit codestin.com
Credit goes to github.com

Skip to content

System.Exception F# snippets #7725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

albert-du
Copy link
Contributor

Adds F# snippets for Exception

@albert-du albert-du requested a review from a team as a code owner February 16, 2022 00:53
@ghost ghost added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Feb 16, 2022
@opbld30
Copy link

opbld30 commented Feb 16, 2022

Docs Build status updates of commit a9953fd:

⚠️ Validation status: warnings

File Status Preview URL Details
xml/System/Exception.xml ⚠️Warning View Details
snippets/fsharp/System/Exception/.ctor/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/.ctor/getobjdata.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/new.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/news.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/newsi.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/data.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/getbaseexc.fs ✅Succeeded View
snippets/fsharp/System/Exception/HResult/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HResult/hresult.fs ✅Succeeded View
snippets/fsharp/System/Exception/HelpLink/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HelpLink/properties.fs ✅Succeeded View
snippets/fsharp/System/Exception/InnerException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/InnerException/innerex.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/catchexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/example.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/Overview/notprimeexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/primenumbergenerator.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow3.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors2.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/ToStringEx1.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/fs.fsproj ✅Succeeded

xml/System/Exception.xml

  • Line 0, Column 0: [Warning: file-not-found - See documentation] Invalid file link: 'dotnet/fsharp/language-reference/exception-handling/the-try-with-expression'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld33
Copy link

opbld33 commented Feb 16, 2022

Docs Build status updates of commit 62143bc:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: docset-not-provisioned] Cannot build docset 'docs-maui-public' because it isn't provisioned. Please go to Docs Portal (https://ops.microsoft.com) to provision first.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@albert-du albert-du closed this Feb 16, 2022
@albert-du albert-du reopened this Feb 16, 2022
@opbld30
Copy link

opbld30 commented Feb 16, 2022

Docs Build status updates of commit 62143bc:

✅ Validation status: passed

File Status Preview URL Details
snippets/fsharp/System/Exception/.ctor/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/.ctor/getobjdata.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/new.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/news.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/newsi.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/data.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/getbaseexc.fs ✅Succeeded View
snippets/fsharp/System/Exception/HResult/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HResult/hresult.fs ✅Succeeded View
snippets/fsharp/System/Exception/HelpLink/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HelpLink/properties.fs ✅Succeeded View
snippets/fsharp/System/Exception/InnerException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/InnerException/innerex.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/catchexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/example.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/Overview/notprimeexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/primenumbergenerator.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow3.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors2.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/ToStringEx1.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/fs.fsproj ✅Succeeded
xml/System/Exception.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@albert-du albert-du closed this Feb 17, 2022
@albert-du albert-du reopened this Feb 17, 2022
@opbld33
Copy link

opbld33 commented Feb 17, 2022

Docs Build status updates of commit 62143bc:

✅ Validation status: passed

File Status Preview URL Details
snippets/fsharp/System/Exception/.ctor/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/.ctor/getobjdata.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/new.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/news.fs ✅Succeeded View
snippets/fsharp/System/Exception/.ctor/newsi.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/data.fs ✅Succeeded View
snippets/fsharp/System/Exception/Data/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/GetBaseException/getbaseexc.fs ✅Succeeded View
snippets/fsharp/System/Exception/HResult/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HResult/hresult.fs ✅Succeeded View
snippets/fsharp/System/Exception/HelpLink/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/HelpLink/properties.fs ✅Succeeded View
snippets/fsharp/System/Exception/InnerException/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/InnerException/innerex.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/catchexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/example.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/fs.fsproj ✅Succeeded
snippets/fsharp/System/Exception/Overview/notprimeexception.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/primenumbergenerator.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/rethrow3.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors1.fs ✅Succeeded View
snippets/fsharp/System/Exception/Overview/usageerrors2.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/ToStringEx1.fs ✅Succeeded View
snippets/fsharp/System/Exception/ToString/fs.fsproj ✅Succeeded
xml/System/Exception.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @albert-du

These all LGTM. I'll :shipit: now.

@BillWagner BillWagner merged commit c544fe6 into dotnet:main Feb 17, 2022
@albert-du albert-du deleted the system-exception-fsharp-snippets branch April 3, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants