![]() |
VOOZH | about |
dotnet add package Smdn.Fundamental.Exception --version 3.1.0
NuGet\Install-Package Smdn.Fundamental.Exception -Version 3.1.0
<PackageReference Include="Smdn.Fundamental.Exception" Version="3.1.0" />
<PackageVersion Include="Smdn.Fundamental.Exception" Version="3.1.0" />Directory.Packages.props
<PackageReference Include="Smdn.Fundamental.Exception" />Project file
paket add Smdn.Fundamental.Exception --version 3.1.0
#r "nuget: Smdn.Fundamental.Exception, 3.1.0"
#:package Smdn.Fundamental.Exception@3.1.0
#addin nuget:?package=Smdn.Fundamental.Exception&version=3.1.0Install as a Cake Addin
#tool nuget:?package=Smdn.Fundamental.Exception&version=3.1.0Install as a Cake Tool
Smdn.Fundamental.Exception.dll
List of APIs exposed by assembly Smdn.Fundamental.Exception-3.1.0 (net10.0)
// Smdn.Fundamental.Exception.dll (Smdn.Fundamental.Exception-3.1.0)
// Name: Smdn.Fundamental.Exception
// AssemblyVersion: 3.1.0.0
// InformationalVersion: 3.1.0+2d806cd6c16472e5eb06285f0d7c26cd69fb45fa
// TargetFramework: .NETCoreApp,Version=v10.0
// Configuration: Release
// Metadata: IsTrimmable=True
// Metadata: IsAotCompatible=True
// Metadata: RepositoryUrl=https://github.com/smdn/Smdn.Fundamentals
// Metadata: RepositoryBranch=main
// Metadata: RepositoryCommit=2d806cd6c16472e5eb06285f0d7c26cd69fb45fa
// Referenced assemblies:
// System.Collections, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Collections.Immutable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Threading, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// Embedded resources:
// exceptions-ja.txt (3,485 bytes, Embedded, ContainedInManifestFile)
using System;
using System.IO;
namespace Smdn {
[TypeForwardedFrom("Smdn, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null")]
public static class ExceptionUtils {
public static ArgumentException CreateAllItemsOfArgumentMustBeNonNull(string paramName) {}
public static ArgumentException CreateArgumentAttemptToAccessBeyondEndOfArray(string paramName, Array array, long offsetValue, long countValue) {}
public static ArgumentException CreateArgumentAttemptToAccessBeyondEndOfCollection<T>(string paramName, IReadOnlyCollection<T> collection, long offsetValue, long countValue) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeGreaterThan(object minValue, string paramName, object actualValue) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeGreaterThanOrEqualTo(object minValue, string paramName, object actualValue) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeInRange(object rangeFrom, object rangeTo, string paramName, object actualValue) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeLessThan(object maxValue, string paramName, object actualValue) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeLessThanOrEqualTo(object maxValue, string paramName, object actualValue) {}
public static ArgumentException CreateArgumentMustBeMultipleOf(int n, string paramName) {}
public static ArgumentException CreateArgumentMustBeNonEmptyArray(string paramName) {}
public static ArgumentException CreateArgumentMustBeNonEmptyCollection(string paramName) {}
public static ArgumentException CreateArgumentMustBeNonEmptyString(string paramName) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeNonZeroPositive(string paramName, object actualValue) {}
public static ArgumentException CreateArgumentMustBeReadableStream(string paramName) {}
public static ArgumentException CreateArgumentMustBeSeekableStream(string paramName) {}
public static ArgumentException CreateArgumentMustBeValidEnumValue<TEnum>(string paramName, TEnum invalidValue) where TEnum : Enum {}
public static ArgumentException CreateArgumentMustBeValidEnumValue<TEnum>(string paramName, TEnum invalidValue, string additionalMessage) where TEnum : Enum {}
public static ArgumentException CreateArgumentMustBeValidIAsyncResult(string paramName) {}
public static ArgumentException CreateArgumentMustBeWritableStream(string paramName) {}
public static ArgumentOutOfRangeException CreateArgumentMustBeZeroOrPositive(string paramName, object actualValue) {}
public static ArgumentException CreateArgumentMustHaveLengthAtLeast(string paramName, int length) {}
public static ArgumentException CreateArgumentMustHaveLengthExact(string paramName, int length) {}
public static ArgumentException CreateArgumentXMustBeLessThanOrEqualToY(object actualValueX, string paramNameX, object actualValueY, string paramNameY) {}
public static ArgumentException CreateArgumentXMustBeLessThanY(object actualValueX, string paramNameX, object actualValueY, string paramNameY) {}
public static IOException CreateIOAttemptToSeekBeforeStartOfStream() {}
public static NotSupportedException CreateNotSupportedEnumValue<TEnum>(TEnum unsupportedValue) where TEnum : Enum {}
public static NotSupportedException CreateNotSupportedReadingStream() {}
public static NotSupportedException CreateNotSupportedSeekingStream() {}
public static NotSupportedException CreateNotSupportedSettingStreamLength() {}
public static NotSupportedException CreateNotSupportedWritingStream() {}
}
}
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.7.1.0.
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.5.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Smdn.Fundamental.Exception:
| Package | Downloads |
|---|---|
|
Smdn.Fundamental.Uuid
Smdn.Fundamental.Uuid.dll |
|
|
Smdn.Fundamental.FileSystem
Smdn.Fundamental.FileSystem.dll |
|
|
Smdn.Fundamental.Encoding.OctetEncoding
Smdn.Fundamental.Encoding.OctetEncoding.dll |
|
|
Smdn.Fundamental.Stream
Smdn.Fundamental.Stream.dll |
|
|
Smdn.Fundamental.Shim
Smdn.Fundamental.Shim.dll |
This package is not used by any popular GitHub repositories.