Constructor PopCallDidNotMatchPushException
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
PopCallDidNotMatchPushException()
public PopCallDidNotMatchPushException()
PopCallDidNotMatchPushException(string?)
public PopCallDidNotMatchPushException(string? message)
Parameters
message
string
PopCallDidNotMatchPushException(Exception?)
public PopCallDidNotMatchPushException(Exception? innerException)
Parameters
innerException
Exception
PopCallDidNotMatchPushException(string?, Exception?)
public PopCallDidNotMatchPushException(string? message, Exception? innerException)
Parameters
message
string
innerException
Exception