Search
Get Started
C
C#
•
2y ago
SWEETPONY
✅ why ArgumentException.ThrowIfNullOrEmpty(); is only for string?
I have following
:
public class A { A(AnotherClass AC) { // how to check AC for null? var vc = new Test(AC); } }
public class A { A(AnotherClass AC) { // how to check AC for null? var vc = new Test(AC); } }
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,010
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
public
class
A
{
A
(
AnotherClass
AC
)
{
// how to check AC for null?
var
vc
=
new
Test
(AC);
}
}
public
class
A
{
A
(
AnotherClass
AC
)
{
// how to check AC for null?
var
vc
=
new
Test
(AC);
}
}
Similar Threads
✅ Why I'm getting ArgumentException/System.Windows.Markup.XamlParseException exception?
C
C# / help
2y ago
Systam.ArgumentException: DataGridViewComboBoxCell value is not valid error
C
C# / help
2y ago
why is this only occasionally async
C
C# / help
2y ago
✅ Why string are immutable?
C
C# / help
3y ago