Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions xml/System/ArgumentException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ The following example demonstrates how to throw and catch an <xref:System.Argume
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberSignature Language="DocId" Value="M:System.ArgumentException.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String)" />
<MemberSignature Language="F#" Value="new ArgumentException : string -&gt; ArgumentException" Usage="new System.ArgumentException message" />
<MemberSignature Language="C++ CLI" Value="public:&#xA; ArgumentException(System::String ^ message);" />
<MemberSignature Language="C#" Value="public ArgumentException (string? message);" FrameworkAlternate="net-10.0;net-11.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-3.0;netcore-3.1" />
<MemberType>Constructor</MemberType>
Expand Down Expand Up @@ -248,7 +247,6 @@ The following example demonstrates how to throw and catch an <xref:System.Argume
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.Runtime.Serialization.SerializationInfo info, valuetype System.Runtime.Serialization.StreamingContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:System.ArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<MemberSignature Language="VB.NET" Value="Protected Sub New (info As SerializationInfo, context As StreamingContext)" />
<MemberSignature Language="F#" Value="new ArgumentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -&gt; ArgumentException" Usage="new System.ArgumentException (info, context)" />
<MemberSignature Language="C++ CLI" Value="protected:&#xA; ArgumentException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
Expand Down Expand Up @@ -314,7 +312,6 @@ The following example demonstrates how to throw and catch an <xref:System.Argume
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception innerException) cil managed" />
<MemberSignature Language="DocId" Value="M:System.ArgumentException.#ctor(System.String,System.Exception)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, innerException As Exception)" />
<MemberSignature Language="F#" Value="new ArgumentException : string * Exception -&gt; ArgumentException" Usage="new System.ArgumentException (message, innerException)" />
<MemberSignature Language="C++ CLI" Value="public:&#xA; ArgumentException(System::String ^ message, Exception ^ innerException);" />
<MemberSignature Language="C#" Value="public ArgumentException (string? message, Exception? innerException);" FrameworkAlternate="net-10.0;net-11.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-3.0;netcore-3.1" />
<MemberType>Constructor</MemberType>
Expand Down Expand Up @@ -381,7 +378,6 @@ The following example demonstrates how to throw and catch an <xref:System.Argume
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, string paramName) cil managed" />
<MemberSignature Language="DocId" Value="M:System.ArgumentException.#ctor(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, paramName As String)" />
<MemberSignature Language="F#" Value="new ArgumentException : string * string -&gt; ArgumentException" Usage="new System.ArgumentException (message, paramName)" />
<MemberSignature Language="C++ CLI" Value="public:&#xA; ArgumentException(System::String ^ message, System::String ^ paramName);" />
<MemberSignature Language="C#" Value="public ArgumentException (string? message, string? paramName);" FrameworkAlternate="net-10.0;net-11.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-3.0;netcore-3.1" />
<MemberType>Constructor</MemberType>
Expand Down Expand Up @@ -452,7 +448,6 @@ The following example demonstrates how to throw and catch an <xref:System.Argume
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, string paramName, class System.Exception innerException) cil managed" />
<MemberSignature Language="DocId" Value="M:System.ArgumentException.#ctor(System.String,System.String,System.Exception)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, paramName As String, innerException As Exception)" />
<MemberSignature Language="F#" Value="new ArgumentException : string * string * Exception -&gt; ArgumentException" Usage="new System.ArgumentException (message, paramName, innerException)" />
<MemberSignature Language="C++ CLI" Value="public:&#xA; ArgumentException(System::String ^ message, System::String ^ paramName, Exception ^ innerException);" />
<MemberSignature Language="C#" Value="public ArgumentException (string? message, string? paramName, Exception? innerException);" FrameworkAlternate="net-10.0;net-11.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-3.0;netcore-3.1" />
<MemberType>Constructor</MemberType>
Expand Down
Loading