InvalidReaderSignatureException Constructors   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| InvalidReaderSignatureException(String) | Constructs a new  | 
| InvalidReaderSignatureException(IntPtr, JniHandleOwnership) | |
| InvalidReaderSignatureException(String, Throwable) | Constructs a new  | 
InvalidReaderSignatureException(String)
Constructs a new InvalidReaderSignatureException exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public InvalidReaderSignatureException(string message);[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.Security.Identity.InvalidReaderSignatureException : string -> Android.Security.Identity.InvalidReaderSignatureExceptionParameters
- message
- String
the detail message.
- Attributes
Remarks
Constructs a new InvalidReaderSignatureException exception.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvalidReaderSignatureException(IntPtr, JniHandleOwnership)
protected InvalidReaderSignatureException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);new Android.Security.Identity.InvalidReaderSignatureException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.InvalidReaderSignatureExceptionParameters
- javaReference
- 
				
				IntPtr
nativeint 
- transfer
- JniHandleOwnership
Applies to
InvalidReaderSignatureException(String, Throwable)
Constructs a new InvalidReaderSignatureException exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public InvalidReaderSignatureException(string message, Java.Lang.Throwable cause);[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.InvalidReaderSignatureException : string * Java.Lang.Throwable -> Android.Security.Identity.InvalidReaderSignatureExceptionParameters
- message
- String
the detail message.
- cause
- Throwable
the cause.
- Attributes
Remarks
Constructs a new InvalidReaderSignatureException exception.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.